Mara
Mara
Curl by default fails on self-signed certs, we have to pass --insecure to get around that.
It would be nicer if all the scripts were already executable.
## Summary Right now, all the specs have hardcoded references to the `main` branch, for example: `https://raw.githubusercontent.com/usdot-jpo-ode/wzdx/main/schemas/4.2/WorkZoneFeed.json` I want some way to link to a static and unchanging version of...
I tried to point this at our stripe test mode, and it threw a bunch of pydantic errors. I made a list of what I had to change till it...
**Description** If you use `anyOf` with `required`, the resulting interface has `$expected | unknown | unknown`. Sample file: ``` { "openapi": "3.0.0", "info": { "version": "1.0.0", "title": "demo thing", "description":...
Would you mind adding a license? I've used the `onAdd`, `onRemove` and the general structure for a different overlay plugin, and having explicit permission to use and modify this code...
This is a set of updates to work with current ttrss. * Used public functions instead of plugin functions like api_resize does * https://community.tt-rss.org/t/question-about-csrf-in-plugin-handler/4939/2 * switch from `HOOK_RENDER_ARTICLE_CDM` to `HOOK_ARTICLE_FILTER`...
Got a bunch of issues trying to use this on ttrss from six months ago (324aef9f6f80e7d1b34f1af2487ab03eebc66f47) I fixed some of it with this: ```diff diff --git a/init.php b/init.php index 7f911c1..ae66293...
Right now if you want to specify model size, you have to do a [janky workaround](https://community.platformio.org/t/platformio-8051-model-medium-linker-err/18099/4). Is it okay if I make a PR to check for a `model_size` key...
I'm trying to compile the code in https://github.com/MatzElectronics/CH559sdccUSBHost If I compile with platformio I it just doesn't behave properly, my usb device just kinda hangs. If I modify [builder/main.py:88 LINKFLAGS](https://github.com/platformio/platform-intel_mcs51/blob/develop/builder/main.py#L88)...