-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### About the icon
Just missing an assembly intel architecture icon
### Links and sources
https://icon-icons.com/i…
-
I'm seeing an increased number of `failed to parse data directory CLR` errors with version 1.5.4. I vaguely recall not observing such failures in previous versions.
Detailed log error messages:
…
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | x86_64 Ubun…
-
```rust
#[inline(never)]
fn repro(buffer: &mut itoa::Buffer, n: i32) -> &str {
buffer.format(n)
}
fn main() {
println!("{}", repro(&mut itoa::Buffer::new(), i32::MIN));
}
```
The …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Apologies if it's a dupe, but I didn't find anything.
Trying out 1.0 (so good) and I w…
-
I tried this code:
https://clang.godbolt.org/z/eT5xEz757
`rustc -O -C debuginfo=0 --target=x86_64-pc-windows-msvc`
```rust
use std::ffi::c_int;
#[repr(C)]
pub struct Z {
v: [c_int; 0],
}
const _…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Since pull request [15798](https://github.com/FreeCAD/FreeCAD/pull/15798 ) related j…
-
### Description of bug
The assembly run keeps dying at the spades-hammer step, although it worked fine on the other samples. I have tried re-installing spades; fresh set of fastqs etc.
### spades.lo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Placing multiple instances of the same part in assembly and then using Transform on …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
The Create Bill of Materials tool for the Assembly workbench only creates an empty spreads…