trepidacious
trepidacious
Looking at `//gohugo.io/js/highlight.pack.js`, it doesn't seem to have scala registered as a language. If I instead use ``` ``` I get scala support working fine. Would it be possible to...
When I generate an eclipse project from SBT with "eclipse", I get several errors in Scala IDE 4.0 when I import it: - Cannot nest output folder 'hello-scaloid-sbt/bin/classes' inside output...
On the [install page](https://almond.sh/docs/quick-start-install) the instructions for Windows have an error - the following step has an extra `--install` right at the end that stops it working: Equivalent Windows command...
I was looking at your implementation, and line 117 looks odd to me: ``` if (min + 1 < MAX) { ``` It seems like this should be `max` not...
This would just need an additional field in `ReactInfinite` case class: ``` useWindowAsScrollContainer: js.UndefOr[Boolean] = js.undefined ``` I've tried this and it seems to work fine. See also https://github.com/seatgeek/react-infinite#using-the-window-to-scroll-usewindowasscrollcontainer-mode
It would be useful to be able to use the "raw" instance of the imported RAPIER library outside React (i.e. not within a Physics context, without use of hooks). My...
**Is your feature request related to a problem? Please describe.** I'd like to be able to add my own React icons to those provided by Iconoir, and have those icons...
## Prerequisites * Version: 7.7.0 * Are you running from source/main: No * Are you using a released build: Yes * Operating system: macOS ## Step to reproduce Display different...
## Icon Request * Icon name: text-clear-format * Use case: To go with the formatting icons like bold, italic etc., this would represent removing formatting from text. * Screenshots of...
**Describe the bug** On macOS, the `confirm_exit` example displays a dialog when user attempts to close the window using the close button in the window title bar, as expected. However...