-
Per the "[Combined Example](https://sdlink.fdd-docs.com/features/linked-commands/#examples)" in the docs, I have multiple role-based permissions sets for using Minecraft commands in Discord. However, …
-
We are making a mixed signal project for an upcoming ChipIgnite.
We hand-drew a large analog GDS file, comprising multiple cells of different devices. We then imported a macro of GDS generated fro…
-
-
check the following pages to see if Scratch-LN supports all the `scratchblocks` functionality (for Scratch 2.0 blocks)
- [ ] [block plugin](https://en.scratch-wiki.info/wiki/Block_Plugin)
- [ ] [b…
-
Consider this code and cursor placement:
![image](https://user-images.githubusercontent.com/1711539/208705959-262ce124-3184-49fe-a0de-cba651d27eb2.png)
In helix, extend selection (`alt+o`) woul…
-
Since link_to and other helper methods return an html_safe string, wouldn't it make sense for them to escape the content passed to them? Otherwise the application is still vulnerable to XSS attacks. T…
ryanb updated
14 years ago
-
```
What steps will reproduce the problem?
1. Get enough exp to level up.
2. Fight on without using your exp to level up.
3. Lose a fight.
What is the expected output? What do you see instead?
When y…
-
Is there bulk proxy import, either by way of magic snippets as in the below thread from proxyswitchy sharp or by a normal bulk import feature? I don't know if I should upgrade to the new one or not a…
ghost updated
6 years ago
-
Hi,
I am trying to compile on OSX 10.14.6 and have hit snag..
clone master..
configure
```
jamieg$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/jamieg/teemmpp/leqm-nrt/missing ac…
-
Currently, if a variadic procedure is wrapped in a task, the task inherits the default arity of the procedure, but not its variadic nature. Practical upshot of this:
```
observer> show (map list [1 2…