james south
james south
well I tried several regexes, including what worked for me with TW, for js/jsreact and couldn't get it to recognize `className: ....`, but thank you for your help.
JS like this, React without JSX, also similar to the JS ReScript compiles to: ```javascript //App.js const ce = React.createElement; export default function App() { return ce( "div", { className:...
Yes, thank you, with this on 21.4 ```json "windicss.includeLanguages": { "rescript": "html", "javascript": { "type":"js", "patterns": [ "(\\s*class(Name)?\\s*\\:\\s*{?\\s*[\"'`])[^\"'`]*$" ] } } ``` the JS hovering and class completion work, but...
Ok. Thank you for all your help Alexander!
This worked for me, using the [https://github.com/legal90/awscurl](https://github.com/legal90/awscurl) tool. I have not been able to make messaging clients work with the Go SDK, but this shows the APIGW works.
Dumping the amplify package might help, see https://github.com/aws-amplify/amplify-js/issues/7313#issuecomment-757424281
Try the `setlayout` command to toggle between two layers. Here is how I switch between colemak_dh and main, mapped to my F9 (search) key: ```ini [ids] * include layouts/colemak_dh [global]...
I think it has to be a macro. You saw [this](https://github.com/rvaiya/keyd/blob/19135668c20d3fa8c2a906d09e78c94003aae1cd/docs/keyd.scdoc#L400) and other mentions of unicode in the man page doc? Also, there is a discussion in [this issue](https://github.com/rvaiya/keyd/issues/31).
I don't know, I'm just getting started with keyd myself and I haven't set any macros up.
I use `fnm` and I'm also getting this with release 1.60. My `$PATH` already includes the node executable, so I rolled back to release 1.58 and that fixed it.