-
Need to be usable by Python, so may involve conversion from Python stream to Java stream.
-
So before getting into it I'll just put a lil' bit of back story. if you don't want to see it, and it's only after "important stuff", I'll put a topic down for "important stuff"
Back story: I'm mak…
-
https://firejail.wordpress.com/
This looks like it would allow you to use flame safely. Also puns.
-
**Please see CONTRIBUTING.md first.**
Happy Hacking! :smiley:
-
The problem with current one is you cannot use puns in it.
https://github.com/purescript/purescript/issues/1790
There are many alternatives
Elm
```
{ x | foo = 1}
```
F#
```
{x with foo = 1}
```
…
-
In the last bits (sorry for the pun) of the readme.md, it is advised to pack the properties as shown in the following pseudo-code:
```
packed(x,y) = world.properties(x,y)
if cell(x,y) is normal:
…
-
Linjs is a pretty poor name. Oh bikeshedding, how I love you!
-
I wanted to move the conversation from #647 so policy discussions don't get wrapped up with an individual lesson.
@arojascastro noted below:
>I may be wrong but the point is that Geoparser only…
-
Consider code like this:
```coffee
for x in [1, 2, 3]
console.log x # Prints 1, 2, 3
```
This currently outputs as this:
```js
var i, len, ref, x;
ref = [1, 2, 3];
for (i = 0, len = …
-
If you set a maximum within an input's computed property's setter, that maximum is only respected once (via the "increment" button). Once the maximum is exceeded, the input can be set to anything. See…