-
Hi! I'm confused how to download oxt file. Here on github I found none (only the source). On the website of the project clicking on version 1.0.11 yields version 1.0.9.
This is project website: [http…
-
Hey.
I made a pull request:
https://github.com/Kukks/BTCPayServerPlugins/pull/56
I would like to improve the documentation and user interface a little bit more though, the documentation is very…
-
### Is your feature request related to a problem? Please describe.
Some module pages ([example](https://nusmods.com/modules/YCC2137/scientific-inquiry-2%23prerequisites)) have prerequisite trees, w…
-
It is unclear where the boundaries are between what belongs in a template vs what belongs in a page when it comes to the Shop page.
We need to find a way to address the confusion merchants will hav…
-
I would've commented this on CurseForge, but since comments aren't allowed there, I hope it's ok to post as an issue. I don't understand how I'm meant to use this mod to turn junk items into items I a…
-
I am looking at the Text Area - Columns field.
I see this:
![Screenshot 2024-07-24 at 22 18 27](https://github.com/user-attachments/assets/b8d44e5d-3215-4dcc-bd42-76e298898542)
It says 2 Columns.…
-
``` rust
#![allow(dead_code)]
fn x(_: &()) {}
trait HR {}
impl HR for fn(&()) {}
fn hr(_: T) {}
trait NotHR {}
impl
-
I'm trying to use this library, but I get weird results that I can't really explain.
Using this code below:
```
const srcCorners = [
491218.662528078, 6259800.43254993,
491664.…
-
Regarding the validator name `BlackDomainListValidator` did you mean `BlockDomainListValidator`?
-
```
julia> using Unitful: FreeUnits, s, 𝐓
julia> typeof(s)
FreeUnits{(s,), 𝐓, nothing}
julia> s isa FreeUnits{(s,), 𝐓, nothing}
false
```
I guess there's a distinction between `FreeUnits`…