Nick Olinger

Results 20 comments of Nick Olinger

So, I dug into this a little bit. This bit of code that attempts to serialize types is likely very wrong. https://github.com/tauri-apps/tauri-plugin-sql/blob/dev/src/plugin.rs#L253 If the `type_info` returned from the database doesn't...

I pulled the code down a while ago. Codepilot made this suggestion which doesn't look too far from what I would expect. For each database, you would need ensure the...

> thanks for pulling this up @olingern I'll create a feature branch with this right away and maybe you can help me test it as I typically only use Sqlite...

Possibly related https://github.com/tauri-apps/tauri-plugin-sql/issues/121#issuecomment-1293810650

You probably have an expired or invalidated Github access token set (see #7846 for setting it up), but this indeed should be handled correctly. I've opened something up that should...

@sleshchenko I would make sure you're on the latest version, `1.22.11` and retry. As noted above, https://github.com/yarnpkg/yarn/pull/7848 should have fixed this.

@BYK Opened a PR for this fix: #4210

The issue is slightly complex. I believe the solution could be attaching metadata of sorts to the lockfile, but I defer to @arcanis @BYK

I looked at this briefly, and it seems the stats-modal is accounting for ~17ms of what I profiled as a 28ms load on a MacBook M1. I suspect those numbers...

On second thought, maybe the intent of the sentence is more to contrast with `mut`? Maybe something like: > When using `mut` we lose immutability which is something we not...