Tomas Kafka
Tomas Kafka
Hello, I'd love to use MerchantKit on WatchOS as well, but WatchOS doesn't have `SystemConfiguration` (so the whole `NetworkAvailabilityCenter` class is unusable there). I tried at least building MerchantKit for...
Any advice? This happens right after I tap the install button, other Xcode versions install fine. ``` Unable to install Xcode The operation couldn’t be completed. (ProcessExecutionError(process: , standardOutput: "",...
Hello, I wanted to use BirdFont to add a few glyphs to Gilbert Color ([freely available from typewithpride](https://www.typewithpride.com/)), but after opening the `Gilbert-Color Bold Preview5.otf`, the glyphs show up as...
Hi, I live Avenue, but recently I used it to open gpx trails for a race, and I wasn't sure where is the start and the end. I have a...
Due to "[module format war](https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1?gi=972c547dc5a2)", a convention of having classic modules in `*.cjs` files and ES6 modules in `*.mjs` files has appeared and all sorts of utilities around javascript are...
New look with tab open:  I also moved from (old) jquery to tiny build of zepto, saving few tens of kB of javascript.
protobuf.js version: 7.2.5 **Repro steps:** ```bash ./node_modules/.bin/pbjs --target static-module --es6 --wrap es6 ./my-app.proto > ./js/my-app.js ``` **Expected behavior:** The generated code build and runs. **Actual behavior:** Running the code results...
# npm audit report axios
When parsing a multiline string like this ``` add_header X-Content-Security-Policy "default-src 'self'; \ script-src 'self' https://ssl.google-analytics.com; \ img-src 'self' https://ssl.google-analytics.com"; ``` nginxbeautifier crashes with a following error: ``` /opt/homebrew/lib/node_modules/nginxbeautifier/nginxbeautifier.js:142 return...
Check out http://tkafka.github.io/jquery-gradient-picker/example_usage/gradientPicker.html Thanks for the original code!