-
Rather than injecting branches on volatile bools, Naga's backend for Metal Shading Language should avoid undefined behavior simply by imposing an iteration limit on every loop. Unlike the volatile boo…
-
Due to how for loops over a range work in Rust, a lot of scaffolding code is generated that is then expected to be optimized away, but in rust-gpu, that doesn't happen enough yet. We had a case where …
-
Add support for collections in ResourceGroups to allow dynamic creation of multiple similar resources.. This will probably need a design and a review. It also needs the garbage collection mechanisms t…
-
Hi @alexis-via, could you please confirm that the FNFE validator uses the `facturx-xmlcheck` script ?
There is an issue with our Factur-X XMLs, as we generate them with absolute namespaces, without…
-
### Description
After migrating from 1.29 to 1.31 our organization faced an incident where catalog backends were consuming all DB connections in their pools rendering the whole system unresponsive.…
-
Hello,
I think the essence of the problem is the same as https://github.com/ClearURLs/Addon/issues/318 and https://github.com/ClearURLs/Addon/issues/295
I use Firefox (Developer edition) and Cle…
-
I believe that if we're not careful, we can end up with ANNOUNCE infinite loops today.
If there are three relays connected: A -> B -> C -> A, then we need to ask relays to see if they've already se…
-
Currently, TIFA walks a `for` loop assuming that it is executed once. The comments suggest that this is a more naive approach than the original alternative, which was to walk two paths: one where the …
-
### Describe the bug
Trying to follow the simple Getting started with Angular tutorial (https://angular.io/start). Using Firefox 121.0.1 on Ubuntu.
As soon as I make changes to the product-list.comp…
-
# Using loops with Bicep! 💪 – Stefan Ivemo – A blog about Microsoft Azure, Microsoft 365 and other tech stuff.
With 💪Bicep v0.3 we finally got loop support and now we can start to do some really cool…