-
# Steps to reproduce
```powershell
Get-Module -ListAvailable -Name microsoft.* |
Select-Object -Property @{l='Module';e={$_.Name}} |
Get-Command
```
# Expected behavior
```n…
-
This is continuing some work from Issue #168 in testing what happens to real galaxies when they are modified in various ways by GalSim. Going off @rmandelb's [summarizing comment on that issue](https…
-
First, congratulations again, and thank you for choosing Public Lab for your Outreachy fellowship! :tada: :tada:
I wanted to start to get our respective project plans aligned; first because we will…
-
Yay! @dianamartin and @amenity are attending [KnackCon 2019](https://www.knack.com/knackcon/chicago2019). 🤓🤓✈️
-
`request_issues` and `decision_issues` have a lot of columns now, and as we've been developing, we've noticed that there isn't a tight definition of what they represent. Additionally, many of them may…
-
There are situations intermediate between the "reliable transport" and "no retransmissions" modes specified in the current document. As an example, a real-time communications application might want t…
aboba updated
5 years ago
-
We have multiple apps that needs to know what committee(s) a user is part of, so we need some way to figure out what (and/or which) committee(s) a user is in.
Some suggestions:
- permission class on …
-
(disclaimer, I have very limited experience with / knowledge of this library, my apologies in advance).
You can do this:
```
command --intFlag 1 --stringFlag a --anotherIntFlag 2
```
And this w…
-
This is to discuss/define:
- what an Intend should actually be
- how it should be used in various scenarios
- what possible subclasses there are
- what possible similar definitions already exist i…
-
I've been implementing this proposal within Terser, to make sure people can minify their modern code. However I'm haunted by the complexity of it (when trying to implement it inside of a minifier that…