eguneys
eguneys
https://lidraughts.org/gm5TLk1OV6Sn
I guess this simulation starts with one big rectangle, how would you make it so that you start with bunch of rectangles looking like a terrain?
Is it possible to append the hash to directory instead of the filename? So if i reference a directory like `assets.tag('/mydir')` I get a hashed version `/mydir-0923489085` So this would...
So rollup config looks like this: ``` htmlTemplate({ template: 'src/index.html', target: 'index.html' }), htmlTemplate({ template: 'src/learn.html', target: 'learn.html' }), ``` an inside `index.html` I have this link: `````` when navigated...
There is a variable `site.related_posts`, that displays related posts for all languages, this can be customized for different languages.
Whenever I change a page, the request is made, even if I browse back to route that the model is already loaded for. Is there a way to not request...
I want functions to write the PGN back to file, possible a PGN that I constructed myself. Also one function to merge two PGN's together into a single PGN with...
This guy is parsed wrong https://lichess.org/study/nk2t0m1n/NnOi2xkd ``` [Event "East Orange"] [Site "https://lichess.org/study/nk2t0m1n/NnOi2xkd"] [Date "1957.??.??"] [White "Fischer, R."] [Black "Sherwin, J."] [Result "1-0"] [Annotator "Fritz 5.00 (90s)"] [Variant "Standard"] [ECO "B40"]...
Is there a documentation what nag numbers mean, are they just arbitrary. Looking at the source code ! is 1 and ? is 2 that's all I need.