Tim de Jager

Results 280 comments of Tim de Jager

A workaround I'm using is, when using tailwind is, in my case I only need to reset the margin: ```tsx [BlockTypes.LIST_ITEM]: (node: StoryblokRichTextNode) => { const uniqueKey = `li-${elementCounter++}`; return...

> ### Comment: > > Would it be okay to add a `pixi.toml` to the project. I could provide installation instructions as well :) The advantages would be to be...

Indeed, to support this we would require a two step environment creation as the PyPI installation depends on the conda installation. This is related: #1340

Yes @pablovela5620 what a great example! Would you as a user object to defining a PyPI build environment in some way? So that we can explicitly do a two-phase instantiation....

@pablovela5620 and you are using that with no-builld-isolation for the packages that do require building?

Right, but I do think you are on to something interesting :) There might be something we could do here, I'll discuss with the others later.

Let me get back to you once I know more, my plan is for now to kind of do it in stages and first make an ordering so `no-build-isolation` packages...

Hey @pablovela5620, really sorry to hear that, unfortunately I did not get the time to work on it yet. However, let me see if I can get me or someone...

Yeah you are right I misspoke. I meant they have to be installed **last**. I think the easiest heuristic to implement is. 1. Install `no-build-isolation` packages last. 2. Install them...

Strange indeed, let me check it out later!