This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ basic scrolling functionality, via scrollTo() > vertical > using <lit-virtualizer>... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > vertical > using <lit-virtualizer>... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github.com/lit/lit~rethink-scroll-to/packages/labs/virtualizer (rethink-scroll-to-with-logging-for-te$ npm test | |
> @lit-labs/[email protected] test | |
> wireit | |
✅ [../../internal-scripts:build:ts] Already fresh | |
✅ [../../internal-scripts:build] No command to execute | |
✅ [build:copy-polyfill] Already fresh | |
✅ [../../reactive-element:build:babel] Already fresh | |
✅ [../../reactive-element:build:ts] Already fresh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN TEST instant scrolling should take no time and end up where it is supposed to | |
1668835715937 _sizeHostElement( { width: 100000, height: null } ) | |
1668835715937 inside _getSizer() and... | |
i cant find my sizer | |
I JUST SET THE SIZER STYLE TO translate(100000px, 0px) | |
1668835715937 _sizeHostElement( { width: 50000, height: null } ) | |
1668835715937 inside _getSizer() and... | |
i have a sizer | |
translate(100000px, 0px) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo | |
echo "#####################################" | |
echo "Prepare a workspace for the migration" | |
echo "#####################################" | |
echo | |
# removes existing workspace, but don't wait | |
# for rm -rf because it takes too long. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo | |
echo "#####################################" | |
echo "Prepare a workspace for the migration" | |
echo "#####################################" | |
echo | |
rm -rf lit-virtualizer-migration | |
mkdir -p lit-virtualizer-migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can run this on http://pythonsandbox.com/graphics | |
import sandbox | |
import time | |
canvas = sandbox.createCanvas() | |
def makegrid(width,height): | |
return [[0 for y in range(0, height)] for x in range(0, width)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Proof of Concept | |
# | |
# download unpkg locally and all imported transitive dependencies | |
# only tested with ?module type URLs so far, e.g. | |
# | |
# getpkg "https://unpkg.com/lit-element@latest?module" | |
# | |
# obviously hella brittle because module specifier extraction is | |
# a dumb regexp. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1Row | |
/\ ]3 ( |) [- /= | |
3-D | |
** ** **** | |
/** /** /**/ | |
****** /** ***** /** ***** ****** | |
//////** /****** **///** ****** **///**///**/ | |
******* /**///**/** // **///**/******* /** | |
**////** /** /**/** **/** /**/**//// /** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.5.1-alpine | |
WORKDIR /code | |
RUN gem install sinatra | |
RUN gem install redis | |
CMD ["ruby", "app.rb"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am usergenic on github. | |
* I am usergenic (https://keybase.io/usergenic) on keybase. | |
* I have a public key ASDCvMzeMiJyo3HPfrEzib_0xvb6Pw3VmIW8IUyx6xKLWQo | |
To claim this, I am signing this object: |
NewerOlder