Felix Dietze

Results 105 issues of Felix Dietze

Another weight idea: ``` (number of commits I made) / (total number of commits) ```

This would make the amount of money spent more predictable. AFAIK GitHub Actions can be triggered as cron jobs.

Concatenating 10k Fragments 10 times is much faster than concatenating 100k fragments one time. This suggests a quadratic (or nonlinear) runtime complexity. Reproduction in ammonite (Scala 2.13.8): ```scala import $ivy.`org.tpolecat::skunk-core:0.2.3`;...

(discord: https://discord.com/channels/632277896739946517/839844929877704785/999575181624352839) Let's say, I have a function that does some queries in a transaction. Now, I connect to postgres with only a single connection. Then, I'm executing the function...

I tried to implement a `.queryDynamic` on `Fragment` with the idea to give me a `Query[A, List[Option[String]]]` for queries, where the schema is not known at compile time. But at...

(originally asked on discord: https://discord.com/channels/632277896739946517/839844929877704785/977322704363479050) I need to query a table where the schema is not known at compile time. That means I'd like to do a `select * from...

## steps I have the following line at the top of my `build.sbt`: ``` Global / onChangedBuildSource := IgnoreSourceChanges` ``` 1. I have a running sbt session (sbt `1.6.1`) 2....

Bug

Modifying the dom and then not restoring it to its old state leads to surprising behavior. This should be avoided. Here are the lines I identified so far: https://github.com/Shopify/draggable/blob/c4c98f830553e118fd3cc4a5c64f5f57edd3ff63/src/Draggable/Draggable.js#L393 https://github.com/Shopify/draggable/blob/c4c98f830553e118fd3cc4a5c64f5f57edd3ff63/src/Draggable/Draggable.js#L536

enhancement

I see a lot of open issues, open pull-requests and almost no development going on in this repository. Are there any future plans for this library? I personally like the...