Jarrod Mosen

Results 37 comments of Jarrod Mosen
trafficstars

Ah jeeze... thanks for this, not sure how this got through. I'll get onto it ASAP.

@aherrick I've used something similar to this in the past: ```C# public class ProgressTracker : IDisposable { private readonly SQLiteConnection _connection; public ProgressTracker() { var dbPath = Path.Combine(Environment.CurrentDirectory, "Progress.db"); _connection...

@praeclarum Do you have any insights on the correct solution to this? Seeing as SQLite comes with the specific flags necessary to solve this (FullMutex), it seems strange to "recreate"...

It looks like this has been completed.

@tannerlinsley This tripped me up as well. Might want to double check this. It means that following the official docs results in an error right off the bat!

https://chakra-ui.com/docs/components/stepper 😄

@chuankang Take a look here: https://github.com/DarkWanderer/ClickHouse.Client/wiki/Quick-start

@gajus FWIW, ClickHouse now provide an official client: https://clickhouse.com/docs/en/integrations/language-clients/nodejs/

We have users all around the world, but only one server (in the USA). At first thought, would it be faster for us to host our app shells on a...

Hey @cristipufu we're also interested in this (mainly for Sliding Window and Token Bucket). Thank you