-
Propose one or more computational social scientists (as an Issue Comment below) we can invite for our seminar series this year, including a 1-2 sentence defense of why others might want to hear from t…
-
The current plugin API has served us well as a start, but it's not without its problems. Let's look at the common pitfalls with the current API:
1. Every plugin must be aware of prefixes, `\0` and …
-
I am working on a JS to C compiler using Esprima to get the AST. I started out actually targeting C++11 and was able to get by using the auto keyword when I didn't know a type. This is a hassle and I …
-
Hello friends,
I recently started my PhD, because in the words of [Luther Vandross, "Never too much](https://youtu.be/pNj9bXKGOiI)" (research and study into museums, science communication and comm…
-
```[tasklist]
### Tasks (in order)
- [ ] https://github.com/firezone/firezone/pull/6937
- [ ] https://github.com/firezone/firezone/pull/6909
- [ ] https://github.com/firezone/firezone/pull/6939
- [ ] …
-
Hei,
I’m working in book industry and my daily business is to set up CSS for paged media. I have come across some shortcomings with the CSS paged media specs recently and want to let you know about t…
-
## Missing/Incorrect APIs
Before (last version I checked is `0.92.1`), it was possible to refine `mixed` to an array using `Array.isArray` and edit the array using `splice`:
```
const arr : mixed…
-
### Describe the bug
https://github.com/storybookjs/storybook/blob/99bd40f10b18cc807bc298fcfba340dbc449bec9/code/ui/components/src/components/syntaxhighlighter/formatter.ts#L19
this code only load…
-
### Application Version
5.0.0
### Platform
Windows 10
### Printer
custom
### Reproduction steps
slice using attached 3mf project file and cura 5.0.0 (Remove .txt extension from filename)
### A…
-
We need to solidify and diagram the user-facing flow(s) we will use as part of this authentication mechanism. For example, maybe it would look like this:
- User presses "connect with WordPress" but…