-
Hi,
Don't know quite how to formulate this, as I'm new to the CL ecosystem, but I am able to run this code within a ros repl with no issue:
```
(ql:quickload :cl-collider)
(in-package :sc-user…
kflak updated
8 months ago
-
Hi guys,
I am not sure if this is an issue with "royale-js-swf" or with the "ActionScript & MXML" extension for Visual Studio Code. Apologies if this is not an SWC generation issue, but instead is …
-
-
The grimoire will be a new Summoning weapon type that will utilize conjuring as it's main source of damage.
The player will actively control a conjured minion - In addition to the normal summons a su…
-
We propose to add the following functions to package bytes and package strings, to allow callers to iterate over these results without having to allocate the entire result slice. This text shows only …
-
Symptoms:
- Autobody logs & SKEE report no issues, but everyone is zeroed sliders
- the CBBE morphs in Racemenu do not update in realtime, or do briefly and then freeze
- Clear morphs spell appe…
-
Hi Yenthe
Where on earth do I find the required module: sale_stock_renting
-
Is the following code UB or not?
```rust
fn main() {
let mut b = Box::new((((),), 4));
let x: *mut ((),) = &mut b.0;
drop(b);
unsafe {
// getelementptr inbounds with off…
-
This may be a niche issue, but I have been unable to to call `(in-package)` and expect the REPL to stay latched onto the package/image I want to evaluate and change at runtime.
In this case I'm spe…
-
This may be related to https://github.com/rust-lang/rustfmt/issues/4648 , but I don't know if it's the same issue.
rustfmt sorts imports, and braced groups within imports, in the following order:
…