Alex Riedler
Alex Riedler
@jamesknelson its actually a little more interesting then that; rev() requires the file to be read (to compute the hash)... so your actually caching the entire file's contents as well...
@mhenrixon looked into this more, thanks for getting back to me! We renamed "unique_args" to "lock_args" in the digestable_hash: V6: ```ruby {"class"=>"TestWorker", "queue"=>"default", "unique_args"=>["foo"]} ``` V7: ```ruby {"class"=>"TestWorker", "queue"=>"default", "lock_args"=>["foo"]}...
Basically on the request, a UUIDv4 is normally generated and put into the CSP header like so: HTTP Header: `Content-Security-Policy: default-src 'self'; script-src 'nonce-4AEemGb0xJptoIGFP3Nd'` and then when the script tag...
w00t! go go @fallenhitokiri :+1:
So the Uuid is actually not getting encoded at all into the payload sadly :( https://github.com/flavray/avro-rs/pull/188 is a workaround, but I think I need to read more about serde first,...
Totally unaware of this issue, I actually did an incomplete proof-of-concept in chumsky last night. https://github.com/AlexRiedler/prql-chumsky (just the lexer and parser for now). I am hoping by the end of...
Swamped more than I hoped the last month, ended up going on vacation so no real update on the state of my experiment. > we could make incremental progress rather...
closed due to inactivity
cleaning up, going to close cause referenced PR was merged, and making sure this all works with Rails 7
I worked around this locally using the following until it is fixed upstream (sorry for those that don't use kotlin) ```kt inline fun DgsQueryExecutor.executeAndExtractJsonPathAsObject( @Language("GraphQL") query: String, @Language("JSONPath") jsonPath: String,...