Leonard Pauli

Results 6 issues of Leonard Pauli

Would love a "copy as cURL" option a la chrome devtools. Makes reproducibility easy + portable. Eg. https://www.npmjs.com/package/request-to-curl. dependency: https://github.com/skpm/sketch-dev-tools/issues/4 (can't add feature-request/enhancement label)

enhancement

Not exactly sure what I did, but probably one of: ``` gun.get('testing').put({pointers: null}) gun.get(id).put(null) gun.get(id).off() gun.get(id).get(id2).off() gun.get(id).map(v=> v.off()) gun.get(id).map().val(v=> v.off()) gun.get(id).map().val((v, k)=> gun.get(id).get(k).off()) const item = gun.get(id); item.map().val((v, k)=> item.get(k).off())...

(`class` should be colored in both) ![image](https://user-images.githubusercontent.com/1329834/32332548-10596c22-bfe6-11e7-9f12-6a6abfe9d4d2.png) flow worked pretty well before, but now seems pretty broken in many aspects. As a workaround, I've added to `Package Control.sublime-settings`: ``` "auto_upgrade_ignore":...

- [x] use skpm - [x] use skpm web view + frameless (or just top bar -less) window - [ ] integrate rename and search into one - [ ]...

enhancement
feature

## Expected Behavior According to [docker/README.md](https://github.com/AntonOsika/gpt-engineer/blob/main/docker/README.md), for docker to build successfully. ## Current Behavior On a fresh clone of 3be1c37 (main): ```bash $ git clone REPO && cd $_ $...

bug

fixes #2, closes #4, closes #1 1. using babel-preset-env with targets safari 6 (with upgraded @babel/cli) 2. proper Function+arguments workaround ```js // func.apply(void 0, ...args) doesn't work with some //...