Tayfun Bocek

Results 17 comments of Tayfun Bocek
trafficstars

I am also facing the same issue :(

> > I poked around and didn't see what minifies the htmx file itself > > Wouldn't that be this custom `npm` command? > > https://github.com/bigskysoftware/htmx/blob/f919c0705182c904a440e3ff4a9687f4d5166c55/package.json#L33 I don't really see...

You need to install hidapi instead of hid for rivalcfg. [This](https://pypi.org/project/hidapi/) to be exact. You might have to remove hid via `pip uninstall hid` as it might cause issues.

I am currently working on implementing support for `manganis` to [trunk](https://github.com/trunk-rs/trunk) via `manganis-cli-support`, I noticed similar behaviour when writing an example. From what I can tell, it's something to do...

I attempted this when const inlining was first introduced, but was unable to get things to work. I think its mainly due to this section in the RFC: https://rust-lang.github.io/rfcs/2920-inline-const.html#generic-parameters It...

I decided to take a look into this. To add support for `manganis`, we do not need to call any external commands or use hooks (though there's a few things...

`manganis`, and `manganis-cli-support` are purely libraries to my knowledge, so what command would intended to be called in by hooks or by `trunk` itself? For 3, you are right that...

I agree, though `manganis` would introduce small changes in the `rust` pipeline itself. The issue is what surrounds it. Take tailwind for example. If a user has `` in their...

>What about a minimal subset of magnanis that just works with files and doesn't need to effect the HTML directly at all? Trunk could just support mg::file, mg::image, and mg::font...

Here's a few things I would like to note. ### Issues: - `manganis` doesn't really work well in workspaces and examples in my experience. At least from what I have...