-
``` Haskell
import Haste (alert)
import Haste.DOM (Elem, newElem, with, attr, (=:), addChild, documentBody)
import Haste.Events (MouseEvent(Click), onEvent)
void :: IO a -> IO ()
void = (>>= (\_ -> r…
-
I created some simple bench suite for binding libraries: https://github.com/bagobor/cpp2lua-buindings-battle
So you may notice that _selene_ performance is significantly worse that other libraries.
-
In may application I want show all markers if zoom > 15. First, I think change `leafletView.Cluster.Size = 1;`. But I have many `Lapping Markers` and cluster show in this marker and marker show on map…
-
Some methods of `Properties` type seems to be incorrectly typed. For example, consider `load` method:
``` frege
data Properties = native java.util.Properties where
...
native load :: MutableIO Pr…
-
This library has some problems for this case. Available `Object.getOwnPropertySymbols`, but it's ugly and slow.
Possible use `.constructor` property, for example, `babel` uses it in [`es6.spec.symbol…
-
```
What steps will reproduce the problem?
1. Define a small bytes array:
message Foo
{
optional bytes bar = 1 [(nanopb).max_size = 2];
}
2. Observe the resulting C header definition:
typedef…
-
```
What steps will reproduce the problem?
1. Define a small bytes array:
message Foo
{
optional bytes bar = 1 [(nanopb).max_size = 2];
}
2. Observe the resulting C header definition:
typedef…
-
```
What steps will reproduce the problem?
1. Define a small bytes array:
message Foo
{
optional bytes bar = 1 [(nanopb).max_size = 2];
}
2. Observe the resulting C header definition:
typedef…
-
I have tried to bind to the scroll event in this example: http://emberjs.jsbin.com/tuxowa/1/edit?html,js,output using this code;
``` javascript
App = Ember.Application.create({
customEvents: {
…
-
```
What steps will reproduce the problem?
1. Define a small bytes array:
message Foo
{
optional bytes bar = 1 [(nanopb).max_size = 2];
}
2. Observe the resulting C header definition:
typedef…