-
With the removal of the legacy GPL-2-only MySQL client, we aren't constrained to keeping FAnsiSql GPL-2-only (or GPL-3-only, as it's currently listed - whoops!) - relaxing this to MIT or similar would…
jas88 updated
11 months ago
-
```haxe
class Main {
public static function main() {
foo(() -> function() {
trace('whoops'); // Never called, anyway
});
}
static function foo(cb:Void->Void) {
cb();
}
}
```
…
kLabz updated
4 years ago
-
A flag would be great to just get a share enumeration in two flavors.
1. All shares available
2. All shares with read access
The following format should be compatible with most other tooling or …
-
If you're logged in, and then click on one of the buttons that lead to https://market.bolt.cm/hook/create, you'll get an:
```
Whoops, looks like something went wrong.
InvalidArgumentException i…
-
In 1.20.1 it seems bottles were changed to input/output fluid amounts of 250 instead of 333. However, most recipes requiring one bottle worth of fluid have not been updated, which makes crafting with …
-
If an expression contains multiple calls to the same function, the return variable gets clobbered:
```
fn f(_ a: Num, _ b: Num) -> Num {
a + b
}
let n = f(1, 2) + f(3, 4)
# =>
block…
-
Whoops! Looks like renaming the folder in the path name simply created a new folder titled "Get involved" and placed the page there. Meaning that there is now "text/content/Get involved/…
-
**Describe the bug**
When the Sodium/Embeddium Dynamic Lights Mod is installed along with Physics Mod, dynamic blocks (like doors and trapdoors) as well as the particles added by Physics Mod will ign…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.1 on 2024-07-23; FeatherS3 with ESP32S3
Board ID:unexpectedmaker_feathers3
UID:0740D1DA1CCA
```
### Code/REPL
```python
import boar…
-
When uploading a profile image on a new account, I get an error saying: Whoops, looks like something went wrong.
I have confirmed this is also an issue with my admin account.
Also, when I try to upl…