-
I have this very simple App that Maximizes its window, adds 4 Menu items and loads Gmail.
``` html
var clipboard = nw.Clipboard.get();
var win = nw.Window.get();
win.maximize();
v…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
Scoped pack…
-
List of platforms I'm specifically looking for:
-NES
-SMS
-GBA
edit: my threads on various forums so far:
SMS - http://www.smspower.org/forums/17362-SMSTechnicalQuestionsAndLookingForOddities#1…
-
I just had to do some reverse engeneering on the code, because I was very curios:
1. How do I obtain "function pointers" from the script. As in: `myFunc{value, function(){ ...callback... });`
2. How d…
-
# Steps to Reproduce
To reproduce this bug, create a box and add a script inside it, with the following source code :
```lsl
default {
state_entry () {
llSetTimerEvent (0.5);
}
…
-
## What would you like to be added
When using a multi-platform build, I would like to push a tag for each platform in addition to the tag in manifest.
For example, `{TAG}_arm64`, `{TAG}_amd64`, …
-
### Suggestion
Running eslint-plugin tests in random order, I noticed that one test can fail. Command to run in random order `jest --coverage --logHeapUsage --randomize --showSeed` and reproduce the …
-
How do we propagate error conditions from the runtime to the client for processing? (e.g. dependency resolution, transient vs. permanent failures, complete (non-truncated) error output, etc.)
From d…
-
```
From DJC:
First RM2K3 breaks it down between Weapon and Magic attribute types. The engine
then picks the highest weapon and magic attributes of an object for calculation
and disregards the rest…
-
I'm trying to reuse spdy-client to do multiple request to same host,
here is my sample code:
``` javascript
var sAgent = spdy.createAgent({
host: 'accounts.google.com',
port: 443,
spdy: {…