LingDocs

Results 9 comments of LingDocs

I have the exact same situation as @sculpt0r [described above](https://github.com/facebook/create-react-app/issues/8785#issuecomment-902229622). I have had to make some shared npm packages to share things across different CRA apps, but I would **much...

Yes I had the exact same issue and couldn't use the hook. I just followed the basic example in the docs with `useRef` and it worked for me. Would be...

I'm also having an issue using UTM 2.4.1 with Ubuntu 20.04. I followed [the guide in the gallery](https://mac.getutm.app/gallery/ubuntu-20-04) and everything worked perfectly at first. The issue is that **if I...

Thanks @conath, that helped. I used [that guide](https://phoenixnap.com/kb/ubuntu-dns-nameservers#ftoc-heading-2) but I had to create my own `01-network-manager.yaml` file as it wasn't there and then I had go into the GUI and...

Thanks that would be great! I've tried to do a typed version of the js example above but I'm not able to get it working, sorry. Looking forward to seeing...

``` ReactGA.initialize("UA-000000-01"); ReactGA.set({ anonymizeIp: true }); ```

Yes, I am having the [same issue](https://github.com/warpdotdev/Warp/issues/264#issuecomment-1016420118) as @dderg on Mac OS 12.2.1 using the Dvorak - QWERTY ⌘ layout. For other apps when I use `command ⌘` + a...

> Hm, I am running radicale ONLY with MacOS and iOS clients. Works flawlessly. > > Though there is one caveat: you have to import the SSL-Certificate of your Radicale-Server...

Yes, in fact adding a `dir="auto"` attribute to all the `` tags etc. would be the best/easiest solution in my opinion. See [this piece of the MDN docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir). With this...