John Smart

Results 11 issues of John Smart

I needed to update some of a Model's data that came in from the server. Currently, there are two options: call `Model.set`, or set `Model.attributes` directly. I didn't want changes...

question

Currently the backup command takes `--hosts` option to run snapshot commands on each of the cassandra nodes. It would be useful if specifying "localhost" alone would run the snapshot command...

Scrollspy works fine, but generally I need to modernize it. https://developers.google.com/web/fundamentals/performance/rendering/debounce-your-input-handlers?hl=en

Starting the bot using `celluloid-io` is not compatible with signal trapping. I discovered this when using Puma to run a threaded Sinatra server. Sinatra has code that traps exit signals...

bug?

It appears that the localtunnel process is sending the wrong scheme, using `Location: http://blah`. This causes CSRF checks involving headers `Origin` and `Referer` to not work because the scheme mismatches...

I made a version of to_slug that allows for unicode glyphs and url-safe symbols in the slug: ``` def to_slug # become case-insensitive value = self.mb_chars.downcase # replace any spaces,...

Currently, the library is dependent on jQuery. It should be possible to remove this dependency by adding a few functions to the $ symbol's prototype: $.each, $.map, $.extend, $.isArray, $.isPlainObject,...

There is an uncaughtException being thrown when using `allOrNone`. I have tried to create a simplified repro of the issue with no success. Maybe this is a bug in the...

In `.kanelrc` I'm using `preRenderHooks: [makeKyselyHook(), generateZodSchemas],` because I want both zod and kysely types. However, when using the `makeGenerateZodSchemas` config property `castToSchema: true`, the Schema types are missing. Here...

Version: Deno 1.44.1 I am authoring a Deno library that will write a stream to an S3 bucket. It will write a few chunks, but then hangs. When I write...

bug
node compat