-
The [remark-directive](https://github.com/remarkjs/remark-directive) plugin does not function as expected when used with mdsvex. I could not figure out why.
Minimal example:
```js
import { unif…
vypxl updated
4 months ago
-
### Describe your suggestion
Either redo [all of the seals](https://github.com/EnigmaticaModpacks/Enigmatica6/blob/develop/config/seals.json) to make each of them specific to certain niche's in enigm…
-
### What happened?
Title. Built a large boat and now I can't bring it to the shore.
### Steps to reproduce
Build a large boat
Go near shore
Boat gets teleported up and anchored
You possibly die.…
-
# Expected Behavior
Either not crashing or properly handling of the error (useful error message for example).
# Current Behavior
```
Error: End-Of-Stream
at BufferTokenizer.peekBuff…
-
## Problem description
Let's support for [yeet_expr](https://doc.rust-lang.org/beta/unstable-book/language-features/yeet-expr.html) feature
```rust
#![feature(yeet_expr)]
fn foo() -> Result {
…
-
```koka
rec type foo
Foo(recur: foo -> int)
fun yeet(x: foo) : int
match x
Foo(recur) -> recur(x)
fun yoot() : int
yeet(Foo(yeet))
fun main() : console ()
yoot().show().prin…
lcnr updated
10 months ago
-
I just had an idea for a new yeet.
**disableOffhandBlockPlacement** would make it impossible for blocks and other place-able items like torches to be placed from the offhand slot. _Since it would be …
-
If I define a function, like so:
`/js var yeet = function () { console.log('yeet'); };`
And type the variable into the JS command:
`/js yeet`
The expected output should be to display the funct…
ghost updated
4 years ago
-
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
the wave manager instance should create dead enemies on begin play and delete them at end play. the enemies must be added to the new enemies queue in begin play after being created.