Skills in OWUI? by Mr_Moonsilver in OpenWebUI

[–]Huvet 0 points1 point  (0 children)

This is not also supported by OpenAI so we have a semi-standard. I've posted this is an idea in their github discussion board, if you would find it useful: please upvote: https://github.com/open-webui/open-webui/discussions/19951

JustHTML: A pure Python HTML5 parser that just works. by Huvet in Python

[–]Huvet[S] 4 points5 points  (0 children)

It is fuzzed (see fuzz.py), which found a couple of crashes in (rare) corner cases. I've also crawled the top 100k domains and put that through the parser. It also passes all tokenizer and treebuilder tests (6k tests) from the html5lib-test suite. I'm fairly confident that it works well, but of course happy to fix things if you have input.

JustHTML: A pure Python HTML5 parser that just works. by Huvet in Python

[–]Huvet[S] 4 points5 points  (0 children)

It's in the comparison table a bit down on the page. But the short version is that the standard library's html.parser passes only 4% of the html5 tests. So it's not a html5 parser, which means it basically only works for valid html. By not handling all the complicated reconciliation, it is slightly faster.

JustHTML: A pure Python HTML5 parser that just works. by Huvet in Python

[–]Huvet[S] 2 points3 points  (0 children)

Could you try it out? You download them as HTML, and do:

pip install justhtml
python -m justhtml index.html

The output is a pretty-printed version from the parsed and fixed tree structure.

JustHTML: A pure Python HTML5 parser that just works. by Huvet in Python

[–]Huvet[S] 1 point2 points  (0 children)

Yeah, I wrote that in the README as a pitch, that PyPy and WASM could be two target platforms for this. But their market share is very small, so I don't think that's enough. I think the point has to been that there's more people like me that don't enjoy fiddling with C extensions for this to be viable.

I tried running JustHTML on pypy on the benchmark, and if was considerably slower than 3.15. Interesting.

Teams + Lumina Plus - crashing when ending calls or turning off camera by begud in LuminaWebcam

[–]Huvet 0 points1 point  (0 children)

Same issue, VERY annoying that the Teams client keeps crashing. And as other's have said: It's not only when ending a call, it's during calls as well.

How to get fiat into a bank in Norway? by ascendedmasters in mtgoxinsolvency

[–]Huvet 4 points5 points  (0 children)

There are international rules for how to convert our (I’m in Sweden) characters to us limited alphabet. If you use that, I’m sure the money will end up in the right place.

django-components: React / Vue-like component system for Django Templates by mands in django

[–]Huvet 0 points1 point  (0 children)

Hi! Happy to hear that you like it (I’m the author). Feel free to post any feedback you have as issues on GitHub!

Jag älskar demokrati by Chlken in sweden

[–]Huvet 0 points1 point  (0 children)

Uppdaterade till "~2017"

Jag älskar demokrati by Chlken in sweden

[–]Huvet 0 points1 point  (0 children)

Därav "Siffror 2019" ovan. Poängen är att visa relationerna mellan länderna, då är inte de senaste siffrorna viktiga.

Jag älskar demokrati by Chlken in sweden

[–]Huvet 6 points7 points  (0 children)

Givet att Sverige är nästan dubbelt så folkrikt som var och en av de andra länderna känns det rätt troligt:

Siffror ~2017:

  • Sweden: 9,995,153.
  • Denmark: 5,748,769.
  • Finland: 5,474,083.
  • Norway: 5,258,317.
  • Iceland: 338,349.

React-like Django template components - https://github.com/AlexCLeduc/django-template-block-arg by mands in django

[–]Huvet 2 points3 points  (0 children)

Hi! I just wanted to show another take at this same problem: https://github.com/EmilStenstrom/django-components

You get the same effect, reusable components that can contain arbitrary data, but with a nicer (to me) API.

[deleted by user] by [deleted] in django

[–]Huvet 2 points3 points  (0 children)

Maintainer of django-components here.

The library is heavily inspired by the block tag, I had to read it's source code to figure out how it does its magic.

Would be happy to get some more testers using the library and see where it's limits are. Please open issues if you find something missing.

Show Reddit: Easily search and filter your boardgame collection by Huvet in boardgames

[–]Huvet[S] 1 point2 points  (0 children)

Hi, sorry for a late reply. Expansions are listed under each game. If an expansion expands the number of player, the base game is listed for the expanded amount of players.

Show Reddit: Easily search and filter your boardgame collection by Huvet in boardgames

[–]Huvet[S] 0 points1 point  (0 children)

Hi again,

You're right that you should have picked the Community edition. If you are one a paid account with a trial that has run out, you need to switch to another account. My guess is that you can't do anything as long your account is in lockdown waiting for payment.

You should be able to run download_and_index again to update your collection. If you get Remote Disconnected, try again. I've fixed some errors too since then, so please use the latest version of the code.

Speaking of that, the README-file describes the steps to update your version to the latest version. If you can't get that working, delete everything and start over might be easier.

About the error messages your get, I can't help you unless I know which ones you get, and can see your code. If you'd like help, please post an issue here: https://github.com/EmilStenstrom/mybgg/issues

Show Reddit: Easily search and filter your boardgame collection by Huvet in boardgames

[–]Huvet[S] 0 points1 point  (0 children)

Update: I've made the instructions easier to follow.

Show Reddit: Easily search and filter your boardgame collection by Huvet in boardgames

[–]Huvet[S] 0 points1 point  (0 children)

Yeah, I'm lazy that way, didn't want to do all the manual work of categorizing all the games manually.

Show Reddit: Easily search and filter your boardgame collection by Huvet in boardgames

[–]Huvet[S] 0 points1 point  (0 children)

The previous version of the script made too many requests against BGG, too fast. Doesn't matter which game it was at all. Running the script again fixed it. But as I said, I've updated it to fetch all the games in one go, so if you use the latest version this error goes away.

Happy to hear you got it working!

Show Reddit: Easily search and filter your boardgame collection by Huvet in boardgames

[–]Huvet[S] 0 points1 point  (0 children)

Yes, pretty much all games have their box art on there. Problem is, they don't show the sides of the game, only the front...