Luc Stepniewski

Results 22 issues of Luc Stepniewski

When importing a JSON formatted file from an Aseprite animation in Godot, I get the following node tree created: * Node2D -Sprite -AnimationPlayer That means the images I had are...

question

Hello, Is bonding (I mean, multiple links aggregation) a possibility with kcptun? On the title, it is written `N:M multiplexing`, but I don't see anywhere any reference to use several...

There is no information on how to upgrade gvm. Is it even possible to upgrade without reinstalling everything (rm -rf ~/.gvm)? I have several pkgsets I don't want to loose.

Feature request
Documentation

https://openosint.signup.team does not resolve in DNS...

In a filter, the date format is not recognized as such: ``` HTTP GET http://localhost:6767/foobar?order=id.desc&stamp_inserted=eq.Mon+Feb+08+2016+03:00:00+GMT%2B0100+(CET) ``` In PostgreSQL, the field is a timestamp, but that format is not recognized.

When trying to match a JSON returned value which is an integer, normally I (think I) should be using: `ExpectJsonType("foobar", reflect.Int)`, but when doing this, I get an error: `Expect...

When trying to compile a simple program with monkit (version taken with `go get gopkg.in/spacemonkeygo/monkit.v2/...`), I get an error: ``` # gopkg.in/spacemonkeygo/monkit.v2/environment ../../../../gopkg.in/spacemonkeygo/monkit.v2/environment/os.go:31: undefined: proc ``` I don't see where...

When running this simple program: ``` python import etcd import sys if __name__ == "__main__": client = etcd.Client(port=2379) sys.exit() ``` I get an error when exiting. Other functions (read()) work...

I can connect successfully on my asterisk with node-asterisk, but when I get the Dial event, the app crashes with the following message (using asterisk 1.6.x) : ``` $ node...