Jacob (JRY)
Jacob (JRY)
Related to this issue is #1069 which I would very much like to see implemented. In that issue the proposed solution is to use Git to diff and restore the...
Also bitten by this. I've got a simple loop which processes some data and inserts into a sqlite database. The iterator of `ActiveModel` will have an assortment of `ActiveValue::Set(T)` and...
Agreeing here. Just tested. Working perfectly. Thanks so much for the updated app!
Here are a few thoughts in addition to @gbj's great comment * Loco is and will try to be opinionated, which is the appeal. However choosing a frontend framework /...
This is an issue I am happy to take on, but I will need to familiarize myself with how to implement PartialEq on JSValues.
I agree that using JavaScript referential equality (`Object::is`) is enough, deep object comparison should not be required. I think that two mapbox [Map](https://docs.mapbox.com/mapbox-gl-js/api/map/) objects would be considered equal if there...
Likewise this is a helpful feature of the Zed [Codebook LSP](https://github.com/blopker/codebook).
Looking at my language server logs in Zed ``` Server initialized! stderr: 2025-02-24T18:24:06.261488Z ERROR harper_ls::backend: Settings must contain a "harper-ls" key. ``` ~It appears that the Zed extension does not...