Matthew Scheffel

Results 55 comments of Matthew Scheffel

> Oh, that sounds like an good idea. Though I'm not good at github actions, maybe you can write it? I can try; I'm no expert at it either; I've...

`trunk serve` gives me a weird result for the `examples/icons` crate using https://github.com/alexkazik/yew-bootstrap/commit/693f0a13ed3b20d25b487ff4701b564e84bf8c20: ![image](https://github.com/isosphere/yew-bootstrap/assets/163370/04cfddf9-3a4d-4ddb-b5d8-85a832996ebb) No 404 errors in the network trace: ![image](https://github.com/isosphere/yew-bootstrap/assets/163370/6795ba95-9af0-468e-97fd-7aa8765ad65a) The hook did run: ``` 2024-06-29T13:28:44.403601Z INFO spawned...

My bad; my browser settings were set to ignore font selections other than what I had configured. Your new approach appears to work well!

> Good to hear. I would force push the new approach to this MR if that's ok. Go for it; I'll kill the existing branch on my end to avoid...

> Done. And I'm satisfied with this solution. Great! I'll do a final check locally and then merge it. Thanks for your contribution, you've improved the way we handle icons....

I've switched to functional components for my own projects, but we've used struct components everywhere in this one. I'll try to implement the `Table` component as a struct component to...

I agree with your proposal; it sounds like it would be pretty easy to implement. A boolean property which would trigger adding the "fade" class to the set of classes...

Some example usage: ## Go to a page by UUID `logseq.App.pushState("page", { name: "65cf7227-9f52-4770-9e47-52e319f2298b" })`[^1] [^1]: despite the use of the "name" parameter, it'll accept a UUID. ## Go to...

``` pip install windows-curses==2.3.0 ``` Resolved this problem for me - however, wheels for that version are only available for Python 3.10 and lower; that might be an issue for...

There might be a confusion here with OpenAI's service. I'm paying for ChatGPT Plus, but it appears that this does not include tokens for API queries. It took me a...