Kim Jeker
Kim Jeker
Looks like these two e2e test are failing: https://dashboard.cypress.io/projects/is8aoq/runs/19569/test-results/21f8aef3-7673-4182-b37c-8aa303f89d44 But I have no idea what exactly they are supposed to test or what causes them to fail
Unfortunately I don't have enough time at the moment to work on this. The thing left to do is investigating the e2e test failures. If anyone wants to help out...
Same problem here.
> Hi all, apologies for the delay here, we'll be digging into this shortly. > > In the meantime, the solution from [@ozshen](https://github.com/ozshen) in [this post](https://github.com/continuedev/continue/issues/4913#issuecomment-2820016788) worked: > > mcpServers:...
I don't think the last failing no_std test/check in CI is related to my changes ```console error[E0557]: feature has been removed --> no_std_test/src/main.rs:1:42 | 1 | #![cfg_attr(feature = "nightly", feature(start))]...
I already started to [implement all these traits in a fork of the `simba` crate](https://github.com/kije/simba/blob/d4232b7e5c19acdfdf5dc0d0d170e09f5b6e11f3/src/simd/wide_simd_impl.rs#L1599-L2001), but then I realised it might be more appropriate for these types to be implemented...
PR submitted: https://github.com/Ogeon/palette/pull/431