Josh Wedekind
Josh Wedekind
Here is the serve version. I think this is close. https://github.com/halfnibble/ollama/tree/add-clear-serve Let me know if this implementation is closer to ideal, and I'll update the PR. (I'm not too familiar...
Yeah. I am here with the exact same issue. Surely by now you've come up with a solution? Or are you just dealing with contrib-copy?
Note: the history log is from a 302 redirect, but the same thing happens with 303. I realize it may be controversial to redirect a DELETE request, but I'd like...
We noticed this after a code change brought in a dependency that had a dependency on deasync to a project that also had a dependency on deasync. Reverting that seemed...
It is merged! We just need a new tag. :)
This comment from 2017 just saved my sanity. Would it be something to consider, making this a supported solution? I.e. We allow `"None"` with `allow_null=True`, so why not allow `"[]"`...
This is the use case I need this library for. Does "where" work, or is it not functioning either?
OMG. So it was in my clipboard!
> I also noticed that HBO uses `*.module.css` to opt-in to modular CSS. Whereas Heft's example projects simply use modular CSS everywhere. [This article](https://medium.com/clover-platform-blog/modular-scss-and-why-you-need-it-6bb2d8c40fd8) suggests modular by default, but with...
> BTW I noticed that HBO has been using: > > * [mini-css-extract-plugin](https://www.npmjs.com/package/mini-css-extract-plugin) - extracts CSS into separate files that can be loaded separately > * [optimize-css-assets-webpack-plugin](https://www.npmjs.com/package/optimize-css-assets-webpack-plugin) - eliminates duplicates...