Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dhilt/vscroll

A JavaScript Virtual Scroll Engine
https://github.com/dhilt/vscroll

[old] allow Adapter.fix({ setPosition: Infinity })

c9aad629630bcbccbfe06386b94004ec8087f4f2 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] demo for Adapter.fix({ scrollPosition })

e53e760f0c2ebc36a52860593c9286d4f6b5cbd5 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Adapter props clarification

24b3dd4199a69ee924a7a70d383d071b17da0b2d authored almost 5 years ago by Denis Hilt <[email protected]>
[old] datasource + adapter initialization cleanup

52164749e7eef0cbff360095f238dc252a5fc116 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] remove old Adapter

1928461c960433371aadbf4dfcb7f7b4562e030e authored almost 5 years ago by Denis Hilt <[email protected]>
[old] replace old Adapter with new one

66b6e7d42b74eea68dbe74d5859c36990dfbeda0 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] new Adapter implementation

ea386bec87b4d52e2dc9e3a499512246287579b3 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] do not break the entire workflow on the Adapter methods failures

8d8ce8fb1477814c57ecaa15ff9c8f8bd18a13ef authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Adapter.fix call params refactoring

12df86122c8c20049c125bf18aafce32e8765b4b authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-132 calling the workflow is possible only after state machine initialization

20b33abca1aa961805c5d53427dcdefef8631076 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-132 adapter disposing

20df5e1a7097c3fff135b860a2bf9fba60e4e461 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] pass options to state machine via payload; process payload is always an object (if present)

18289957b68c3ca5221c8601cc0d43f9325ef2ec authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Workflow transducer

f16d37eec750be798849e767ce0717fd2d66762f authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-132 Disposing after immediate initialization spec

7516ea28cfadea27efec44813fc883e2d832656c authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-132 propagate dispose-on-observable logic

01a69f79b3c0d44db91263ea17422f84c6c5c6c0 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #137 from lmreicks/unsubscribeError

Unsubscribe error

12db8ac709390569ca6ee6df1790c143c4585e75 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-132 Workflow.isInitialized flag + its spec

29e9a749df97695cea15c9e386675b48f916b546 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #136 from dhilt/issue-125_Content-alignment-in-case-of-lack-of-items

"Inverse" setting

d3a6b1df3318342df88182ea97287620322598f2 authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] issue-125 inverse setting demo

9ac2c603d8e8b72e04568169de44b896cfcbef3e authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-125 forward padding element has a priority in case of "inverse" setting

14be99c7c91f4bacb3c4379a4d16020b6f1ec816 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-125 inverse setting

930d6ebe83095e6207273773a46db89c3c70d5cd authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #134 from dhilt/issue-131_firstVisible-and-lastVisible-getting-stuck-if-BOF-and-EOF

Continue Workflow on Scroll when BoF and EoF

c0af73516222560c2dacac49c667162c7c508520 authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] issue-131 introduce noFetch workflow option

18cd92075d5fbe23b0618d331068b42ca2de0eef authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-131 starting the Scroll process refactoring

d183ddb302515fd13ce08675ae16e9f28746ca81 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #128 from dhilt/issue-110_fetching-new-data-when-BOF-is-reached

Adapter bof$/eof$

3a710aca037a48f33a694690b0368595c3d405bb authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] Merge remote-tracking branch 'origin/master' into issue-110_fetching-new-data-when-BOF-is-reached

# Conflicts:
# README.md

b7e8939cd8333f958efc3677201c834f0301ef93 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-110 code cleanup

eb13e4fcc79d69c676f36366ebe0f07187ff7709 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-110 turn eof$/bof$ to Subjects

b4054d7de8f53b434a6995b11404c209bf572e3e authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-110 prevent eof$/bof$ extra emits

67ac0201472c7fe1c3b2c5e5f1901cda13f22042 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #127 from dhilt/issue-121_update-by-reference-api

Adapter.fix updater option

7b165ba20773f06644b89fbc93d1015d8b10560b authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] issue-110 eof$/bof$ basic implementation

dde125448c3c72474391cb1a0c7e55dc7281acec authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-121 extract Adapter.fix spec into a separate file

a730c9a5ab77573dc527589cb8346ef2247c752a authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-121 Adapter.fix updater validation and spec

8e57caef179f8f9e92a32ea46efb37a1b8edf4a1 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-121 Adapter.fix updater option

a18750fca8ea03529f6990be459b3cd7ecd42f5c authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-121 adaptered items on remove

bfae6521df0c1f5b33bdb686d1ab54a786d139c5 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #117 from dhilt/bug-112_error-while-trying-to-invoke-reload-method

Interrupt the Workflow on reload

60d240509249f9e1ec9a25db7b30fbd9cd49b310 authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] Merge branch 'master' into bug-112_error-while-trying-to-invoke-reload-method

b68b273fc9e3098030a22aa95a75e2a71568560f authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #124 from dhilt/issue-123_adapter.check-does-not-clean-up-the-state-properly-

Check process cleanup fixes

29603b56fe802b36e6aca48d2efc55f698c1f35f authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] issue-123 throw "HTML element is not defined" error

eeefdfd6393c89fd474e4497796c7d051e0d0676 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-123 tests and append process refactoring

90e5e098779bda07ce77745f02d6d0ca106e80ca authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-123 fetch simulate flags handling (the fix)

3453d872f3890d304be0f23de5cb208ed4131f21 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #122 from dhilt/issue-114_adapter-fix-process-refactoring-and-spec

Adapter Fix process refactoring and spec

8040594d6b468776f09352d9d636534a60306310 authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] issue-114 adapter fix process refactoring

6c75b48e013da7ee2df9006027e1f6a0dca41c31 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] fixed unsubscribe error, cleaned up template so user has more control over what gets rendered

a1d3ddee894bf8688abb9590bf0f7c8c4d0f9640 authored almost 5 years ago by Lexi Reicks <[email protected]>
[old] stale-bot

6a0d737134cb98943ae42443fa92094538d2ada3 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge branch 'master' into bug-112_error-while-trying-to-invoke-reload-method

# Conflicts:
# src/component/interfaces/index.ts

393fad6a711fa8a8cedadb504b3f64734b61f2a2 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #119 from dhilt/issue-114_reset-bof-eof-on-demand

Adapter.fix

a58957de1295cfbd9f5658dcb5b7bd507c8e7c93 authored almost 5 years ago by Denis Alexanov <[email protected]>
[old] issue-114 Fix process implementation (2)

faaef21855eacb1c57c0f67593bb227bcee01980 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-114 Fix process implementation

193cce92add319f7a7d59dae01200ef56e45b0ac authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-114 Adapter.fix prototype (2)

8e2b5ce6eb2afd4fccbf59df5dea7ad491a2d392 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-112 scroll process interruption

abd32bd585e7c00dd7a4398f113f46103f1a49d3 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-112 explicit interruption on the End process

55bbbc3e3b41c072f98dd06e06ca9a2b7ca551e5 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-112 interrupt the workflow on fetch (sync)

8d62e746976c57c5aaefabf21e111751fbe701c2 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-112 interrupt the workflow only if pending

0ef4bc3fec86411f4aa5bcb7df88e64991294381 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-112 interrupt the workflow on reload

79456ae0dcd48da764eb48deba06069ac0ba0b70 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] wrap workflow call method

c774999ab3b91c955d18e7c968f72f7535e68ff0 authored almost 5 years ago by Denis Hilt <[email protected]>
[old] issue-107 append/prepend to empty datasource with eof/bof parameter (fix)

da220c34f6bae7d703cd4006bd827cfb2f7c0869 authored about 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #108 from dhilt/bug-107_appending-new-items-to-an-empty-list-creates-a-wrong-data-sid

Append/prepend to empty datasource

7c8c62298d1024115586b5a0adede37666e3eed4 authored about 5 years ago by Denis Alexanov <[email protected]>
[old] issue-107 prepend to empty datasource fix

f836d188209938702acb165c5ea7f1f227c1b4eb authored about 5 years ago by Denis Hilt <[email protected]>
[old] issue-107 append to empty datasource fix

66dbc182f15d1d0f2631bbc57ed8a1e43f0613d6 authored about 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #101 from dhilt/init-adapter

Adapter initialization refactoring

fb193405a6a3c2b6d73f5ba8474c55723a0eda7d authored over 5 years ago by Denis Alexanov <[email protected]>
[old] Merge pull request #103 from dhilt/bug-98_empty-datasource-with-scrollable-viewport-causes-infinite-loop-on-PreFetch-process

Empty datasource with scrollable viewport causes infinite loop on preFetch process

32eab0fa0c0558c00bc7abade8fa26be02a1411d authored over 5 years ago by Denis Alexanov <[email protected]>
[old] protect workflow from empty loops

5a68d09198c5ab616c2909b416193e7a2b82367a authored over 5 years ago by Denis Hilt <[email protected]>
[old] log process run refactoring

b693f626cc74d48652aed5af7eac95e3b00a2c9a authored over 5 years ago by Denis Hilt <[email protected]>
[old] tslint fixes

34c6e5ab2bf38bbb5db0fda721ecc44da462f73b authored over 5 years ago by Denis Hilt <[email protected]>
[old] turn Adapter pending fields type to Subject

0477786ff210a6d3237dc6b6839f2dc1086ba6b5 authored over 5 years ago by Denis Hilt <[email protected]>
[old] ItemContext (interface) cleanup

b3c9c0787263f4ab1444c40577d08d1219227b81 authored over 5 years ago by Denis Hilt <[email protected]>
[old] adapter utils

69e8da181645726b59a5dae1c14ed7e5090b2a66 authored over 5 years ago by Denis Hilt <[email protected]>
[old] protect Adapter public methods

845323c9554c679a9d7757ca785f54c1ce24c4a9 authored over 5 years ago by Denis Hilt <[email protected]>
[old] initialize Workflow process before Scroller

c728fc0879dca92fc57dfbfa946afec0fea35526 authored over 5 years ago by Denis Hilt <[email protected]>
[old] move Adapter read-only props initialization to AdapterContext

5c631db23022dc4cb05533aa622c91952ea1b89d authored over 5 years ago by Denis Hilt <[email protected]>
[old] AdapterContext class

535b4ab3f19f8d54e75dd00533bfb1de8c38f18c authored over 5 years ago by Denis Hilt <[email protected]>
[old] Adapter.init$ refactoring

4afd291e5a346f84e5632d7e441042b01d49ab1b authored over 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #97 from dhilt/user-clip

Adapter.clip()

82f1c1653aae3ffbf82089c58ded4cb1ae496e98 authored over 5 years ago by Denis Alexanov <[email protected]>
[old] Merge branch 'master' into user-clip

5f383b190f8d9316ff069155af056b6dd8fb457d authored over 5 years ago by Denis Hilt <[email protected]>
[old] infinite PreFetch case

a1a1e9be12072bec0f425340421277b8a3ab9af8 authored over 5 years ago by Denis Hilt <[email protected]>
[old] Adapter.clip method options

58b315896983379698956cf08d29031383ad90fb authored over 5 years ago by Denis Hilt <[email protected]>
[old] userClip, more explicit workflow logic

fee98bc5ec8a83c2ab38621f300a993043684ae2 authored over 5 years ago by Denis Hilt <[email protected]>
[old] logProcessRun dev setting

dc18b44ea38e920b88347896517003564dc51078 authored over 5 years ago by Denis Hilt <[email protected]>
[old] Adapter.clip spec

624f2b9c8f17771806b3785f1a332d102a4ee82e authored over 5 years ago by Denis Hilt <[email protected]>
[old] clip force to not conflict with clip simulate

b1e4802e61d257732934ba530b321f6de67fd14c authored over 5 years ago by Denis Hilt <[email protected]>
[old] switch userClip next process from PreClip to PreFetch

f10cf25db241dab6c57c0074c84cda762f3263ae authored over 5 years ago by Denis Hilt <[email protected]>
[old] Adapter.clip options default

aa0a124b43e002c72405d41e2d00920aff35c026 authored over 5 years ago by Denis Hilt <[email protected]>
[old] UserClip process implementation

04b0bcfb4fc7261255e5b78ee48fc0924132791a authored over 5 years ago by Denis Hilt <[email protected]>
[old] Adapter.clip method + userClip process type

778a5d863f703c1738610bc473367dac1fd37123 authored over 5 years ago by Denis Hilt <[email protected]>
[old] v1.1.0 release

f305feaf0883c02b017941f097ae4358bc15de43 authored over 5 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #89 from dhilt/remove

Adapter.remove

b52ff6324e79d28c8b5cd51e9d6bdbffb082f2f9 authored over 5 years ago by Denis Alexanov <[email protected]>
[old] runProcess on the Workflow

7d4c98619bac7b2a1148456300189e3f5957fce1 authored over 5 years ago by Denis Hilt <[email protected]>
[old] check for wrong predicate for Adapter.remove calls

1ddd2f3614d8f8dd48c972948ddf2f315ca9e183 authored over 5 years ago by Denis Hilt <[email protected]>
[old] log errors inside the Workflow

a3ab399ca1c64fa5af5ea150970361aed06c25d0 authored over 5 years ago by Denis Hilt <[email protected]>
[old] no clip after remove

968295abd0e1c5b49d5ae5293289b91e87123cf3 authored over 5 years ago by Denis Hilt <[email protected]>
[old] remove item from Buffer and from Cache

2fecee2399b672f62dbdc7cbcb2ec41afc2b8524 authored over 5 years ago by Denis Hilt <[email protected]>
[old] reload refactoring

bf618db5cede7566b45eec4045eb077f5b497a21 authored over 5 years ago by Denis Hilt <[email protected]>
[old] process runner wrapper

0159148bad8464fc8dbaadd6e5b1191fc72fb660 authored over 5 years ago by Denis Hilt <[email protected]>
[old] state classes refactoring, clip

a9213f8f2d691a36ee8320e131c4169379d4bf60 authored almost 6 years ago by Denis Hilt <[email protected]>
[old] simulateClip

77b86bbe1117e7d8fe8b22db6ac30cc899078761 authored almost 6 years ago by Denis Hilt <[email protected]>
[old] Merge branch 'master' into remove

cb1591a5bd9e0f5d04c25bb73996b8d837eddfa3 authored almost 6 years ago by Denis Hilt <[email protected]>
[old] Merge pull request #88 from dhilt/inertia-handler-review

Inertia handler review (1.1.0-beta.1)

57aae7fe84d1364a36543e611194a5ecf5a6eb5a authored almost 6 years ago by Denis Alexanov <[email protected]>
[old] v1.1.0-beta.1 cleanup

a00c2167b4046244d3c7ba0b49c142916165c12c authored almost 6 years ago by Denis Hilt <[email protected]>
[old] inertia handler review

203bc377615aff3490c5ebcf639ae82dd5594e34 authored almost 6 years ago by Denis Hilt <[email protected]>