bjoluc

Results 21 issues of bjoluc

I found myself using the Foundation breadcrumbs component quite often, however there was no easy way for me to actually generate breadcrumbs without external plugins. I therefore built [WordCrumbs](https://github.com/bjoluc/wordcrumbs), a...

There is a quite popular Node.js cookie library called [cookies](https://www.npmjs.com/package/cookies) on npm that – absolutely justified – declares a "cookies" TypeScript module. This complicates things in isomorphic applications where both...

> @bjoluc I was thinking that it would be nice if we can expose `decompressFromEncodedURIComponent` so that we don't need to install `lz-string` on our project to decode the cookie...

enhancement

First of all, thanks for building this library! I was banging my head against a wall trying to find a simple-yet-powerful application config approach like node-config in the Python ecosystem....

When using `CookieStorage` in read-write mode on the server, cookies have the `httpOnly` flag set to `true` by default. This disallows any client-side `CookieStorage` instance to modify those cookies (had...

Making this PR against `core-rewrite` for cleaner diffs, but it should target `v8` once #2858 is merged. We can have mkdocs auto-generate plugin parameter tables to reduce some redundancy, prevent...

Adds a `Reference` > `jsPsych.utils` documentation page. To do: Reference `deepCopy` in the randomization docs to resolve #2808. I'm not quite sure where. @ChristopheBossens @jspsych/core Any suggestions?

Since `canvas` uses pre-built binaries, installing it is not trivial for all platforms / canvas versions. Packages depending on `canvas` for their tests should specify the dev dependency themselves, others...

dependencies

I finally found some time to contribute an implementation for #613 :tada: Instead of adding an explicit `set_provider` method to the `Map_Field` class, I ended up implementing the free mapping...

Hi folks, here's how to test this: * Download [this zip file](https://nightly.link/bjoluc/cubase-mcu-midiremote/workflows/build/device-icon-v1m/scripts.zip) and extract `icon_v1-m.js` from it. * Follow the [setup instructions](https://github.com/bjoluc/cubase-mcu-midiremote/tree/device-icon-v1m?tab=readme-ov-file#setup) but using the `icon_v1-m.js` file you extracted (it's...