Apollo Tang

Results 20 comments of Apollo Tang
trafficstars

I had the same error... I have tried: ``` yarn upgrade ``` after that ``` yarn start ``` and ``` yarn react-native:ios ``` works, but I can't build it with...

I edit in vim, but preview in macDown, this feature can really assist my workflow.

@ldpbuaa > I got the same problem that and did not work as expected on macOS BigSur + Vim 8.2 + Iterm2. Finally, I realized and are system-level shortcut in...

@apexskier, I just saw this (2 years late). Thank you. After reading your explanation, I understand now! Calling: ```js pushUnbound("unbound") ``` is same as calling: ```js Array.prototype.push("unbound") ``` in isolation;...

@alexander01202 > > I am hitting this with `[email protected]`. > > When looking in my `.config/yarn/link` folder, the symlink was there but was invalid. I deleted it and manually created...

issue repo: https://github.com/ApolloTang/issue--find-free-port-not-working-on-node-18

I think I found the problem: after passing in the host it now works, see: https://github.com/ApolloTang/issue--find-free-port-not-working-on-node-18/blob/host-is-required-for-node18/issue.js#L8 I think that is because the host is now required for the net.createConnection() method...

Hi @aecorredor: I do have some success running the typescript kernel in VScode; here is my repo: [https://github.com/ApolloTang/mynote--typescript](https://github.com/ApolloTang/mynote--typescript) Although I encountered some [problems](https://github.com/ApolloTang/mynote--typescript/blob/main/README.md), I did not have any problem installing...