CouchDB - curated meta resources & best practices list
quangv/awesome-angular-learning 24
🕶️ Awesome Angular Learning Resources, Courses & Examples
🔮 Surveys and trends relevant to design & development.
Async utilities for node and the browser
Give your JS App some Backbone with Models, Views, Collections, and Events
Spacemacs Colemak Configurations
actionhero.js is a multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Solving popular algorithms from the interviews.
startedquicksnap/redux-guards
started time in 7 days
startedlydell/eslint-plugin-simple-import-sort
started time in 8 days
startedpilotmoon/Scroll-Reverser
started time in 9 days
startedtholian-network/stealth
started time in 12 days
startedcheckly/headless-recorder
started time in 13 days
startedyjs/yjs
started time in 24 days
startedottypes/json1
started time in 24 days
startedcwida/duckdb
started time in 24 days
startedneo4j-graphql/neo4j-graphql-js
started time in a month
startedjosephg/ShareJS
started time in a month
issue commentnrwl/nx
nx serve does not bind to ip address
i had to do...
yarn nx serve --host 0.0.0.0 --publicHost dev.local
(i mapped dev.local to the ip address of my dev box on my dev machine in /etc/hosts, prolly would work with ip address.)
comment created time in a month
startednrwl/nx-examples
started time in a month
startedindutny/bn.js
started time in a month
startedpuppeteer/puppeteer
started time in a month
startedPomax/react-onclickoutside
started time in a month
startedrexxars/react-markdown
started time in a month
startedoblador/react-native-vector-icons
started time in a month
startedcasesandberg/react-color
started time in a month
startedreact-icons/react-icons
started time in a month
starteddonnemartin/system-design-primer
started time in a month
started996icu/996.ICU
started time in a month
startedreactjs/react-transition-group
started time in a month
startedvercel/ms
started time in a month
startedanvaka/VivaGraphJS
started time in a month
startedsideway/joi
started time in a month
startedstaltz/ts-multipick
started time in a month
startedcloudflare/cobaul
started time in a month
startedcehfisher/accessibility-talks
started time in a month
startedcehfisher/a11y-style-guide
started time in a month
startedzio/zio-prelude
started time in 2 months
startedteves-castro/ts-do
started time in 2 months
startedchrvadala/react-svg-pan-zoom
started time in 2 months
startedexpo/expo
started time in 2 months
starteddmitrysidorenko/cellular-automata
started time in 2 months
startedstrateos/react-map-interaction
started time in 2 months
startedclauderic/react-infinite-calendar
started time in 2 months
startedprc5/react-zoom-pan-pinch
started time in 2 months
startedbvaughn/react-virtualized
started time in 2 months
startedudacity/ud891
started time in 2 months
startedrelativty/Relativty
started time in 2 months
startedtesting-library/react-hooks-testing-library
started time in 2 months
startedkobil-systems/mongodb
started time in 2 months
startedairbnb/lottie-web
started time in 2 months
startedchenqingspring/react-lottie
started time in 2 months
startedstyled-system/styled-system
started time in 2 months
startedcallstack/linaria
started time in 2 months
startedadobe/spectrum-css
started time in 2 months
issue openeddownshift-js/downshift-examples
react-window example overwritten
Seems like react-window example is overwritten with react-tiny-virtual-list, is this on purpose?
https://github.com/downshift-js/downshift-examples/blob/master/src/downshift/other-examples/react-window/index.js#L3
created time in 2 months
startedFreeCol/freecol
started time in 2 months
startedapptension/aws-boilerplate
started time in 2 months
startedaheckmann/mquery
started time in 2 months
startedpubkey/rxdb
started time in 2 months
startedtonsky/datascript
started time in 2 months
startedmozilla/mentat
started time in 2 months
startedmwand/eopl3
started time in 2 months
startedcitusdata/citus
started time in 2 months
startedCosmicMind/Graph
started time in 2 months
startedNeo4j-Swift/Neo4j-Swift
started time in 2 months
starteddatastax/graph-book
started time in 2 months
startedgragland/usehooks
started time in 2 months
startedhediet/vscode-debug-visualizer
started time in 2 months
startedquickstrom/quickstrom
started time in 2 months
startediggredible/Learn-Vim
started time in 2 months
startedbennettfeely/bennett
started time in 2 months
startedabsinthe-graphql/absinthe
started time in 2 months
startedkarlicoss/HPI
started time in 2 months
startednullpub/datum
started time in 2 months
startedokonet/lint-staged
started time in 2 months
startednushell/nushell
started time in 2 months
starteddewey92/typed-fp-good-reads
started time in 2 months
startedbetty200744/ultimate-go
started time in 2 months
startedamejiarosario/dsa.js-data-structures-algorithms-javascript
started time in 2 months
startedTheAlgorithms/Javascript
started time in 2 months
startedtrekhleb/javascript-algorithms
started time in 2 months
startedkesne/svelte-relay
started time in 2 months
startedPAIR-code/lit
started time in 2 months
startedairbnb/ts-migrate
started time in 2 months
startedmikecao/umami
started time in 2 months
startedalias-rahil/handwritten.js
started time in 2 months
issue openedsveltejs/prettier-plugin-svelte
removing beginning `s` in text/html, with `<style />`
moved here from: https://github.com/sveltejs/language-tools/issues/324
<!-- Before you submit a bug, please make sure that:
- you don't have "files.associations": {"*.svelte": "html" } inside your VSCode settings (if you can't remember ever doing that, you don't have that)
- you are using Svelte for Vscode (NOT the old "Svelte" by James Birtles) and have disabled all other Svelte-related extensions to reproduce the bug
- if it's a preprocessor related bug like "can't use typescript", did you setup
svelte-preprocessand/orsvelte.config.js? See the docs for more info. -->
Describe the bug
This or prettier, is removing starting works with beginning s, like sweet, Sweet, sssweet, after saving.
To Reproduce Steps to reproduce the behavior:
App.svelte
<style>
</style>
sssweet
get's turned into: (after saving, see screenshot)
<style>
</style>
weet
Expected behavior
It should keep the sssweet
Screenshots

System (please complete the following information):
- OS: Windows 10
- IDE: VSCode
- Plugin/Package: "Svelte for VSCode", "Prettier"
Additional context Strange.
created time in 2 months
startedlabuladong/fucking-algorithm
started time in 2 months
startedtwilco/kosmonaut
started time in 2 months
startedseek-oss/capsize
started time in 3 months
startedgcanti/fp-ts-routing
started time in 3 months
startedstandard-things/esm
started time in 3 months
startedsupabase/supabase
started time in 3 months
startedsimdjson/simdjson
started time in 3 months
startedmirkonasato/graphql-examples
started time in 3 months
startedAPIs-guru/graphql-apis
started time in 3 months
startedexcitement-engineer/graphql-iso-date
started time in 3 months
startedRobinBuschmann/sequelize-typescript
started time in 3 months
startedtypegoose/typegoose
started time in 3 months
startedtypeorm/mongo-typescript-example
started time in 3 months
startedtypeorm/typeorm
started time in 3 months
startedMichalLytek/type-graphql
started time in 3 months
startedtaion/graphql-type-json
started time in 3 months
started1123/bitemporaldb
started time in 3 months