Rasmus Schultz

Results 593 comments of Rasmus Schultz

@jerelmiller I can't get the codemod to work... or at least, I can't tell if it's working? I tried `npx @apollo/client-codemod-migrate-3-to-4 --verbose 2 --parser babel --extensions js,jsx src` and it...

@jerelmiller no, wait! sorry, it actually finished now! for some reason, it prints all the `OK` messages in a big chunk at the end. 😅

@jerelmiller has this tool been known to stall? I ran the `ts` codemod command - it's been 75 minutes since the last (`OK`) message - it's at 100% CPU, it...

@jerelmiller for the record, I gave up after about two hours of no activity... on a hunch, I ran the tool again with an `--ignore-pattern` option for a folder with...

Yeah, sorry for veering off-topic - feel free to hide irrelevant posts here, I'll respond in the new thread. :-)

To the best of my understanding, SQLite should at least support *storing* Unicode UTF-8 strings? So I attempted to run a simple query `SELECT upper('abc æøå')` just to see what...

Can confirm, it works with parameter binding. 👍 > sqlite's CLI does allow unicode literals, though, so I suppose it should be supported. I think most clients allow it? I...

> I don't understand how it is a big deal I don't understand how it's not 😄 literally every computer and the entire internet is unicode - I don't think...

Mainly case-insensitive search, and locale-aware sorting. I don't know that most apps can do without this. Lack of unicode normalization also means that e.g. "é" (U+00E9) and "e" + "´"...

It's just sugar either way, isn't it? It's not like do-expressions, as proposed, enable you to *do* anything new? Unless I'm mistaken, they just provide new and more ergonomic ways...