Yves Delley

Results 131 comments of Yves Delley

I believe that the linked #9094 is related in that it is a case of pip breaking other packages during an update, and it seems a majority of the users...

It seems that [`write_basic_package_version_file` offers an `ARCH_INDEPENDENT` option](https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html#command:write_basic_package_version_file), which would probably be the right thing to do here. That would have to be passed through `tl-cmake`, so it's also a...

Same here! I would like to use tl::optional in an embedded environment with exceptions disabled.

> I didn’t feel like there’s much demand for loops outside asyncio. People don't realise what they miss! With trio, I don't have a single exception that accidentally ends up...

I don't have any experience with MyPy, but my gut feeling is that these tools always will have limited support to dynamic generation of entities. It *may* be feasible to...

From what I gather from https://github.com/pandas-dev/pandas/issues/25508 (a similar issue for timezone-aware columns), the intention is for the base `ExtensionBlock.interpolate` is supposed to handle that (it definitely shouldn't just forward to...

Unfortunately, the issue seems to appear even with cells that execute rather quickly, so I the timing could be a matter of milliseconds... I have no clue how I would...

I have been using Chrome all along (see initial error description). @dilippstauffer are you sure the effect is fixed for you at all? For me, I can sometimes go for...

this would also solve problems on my end. please merge.

Would be great to get an actual solution for #14346 that doesn't just disable the check for obj-C. We're currently blocked by this and frantically trying to find a workaround,...