buckle2000

Results 42 issues of buckle2000

Using the same example as #252, dstep would genreate the following code: ``` extern (D) auto uiControl(T)(auto ref T this) { return cast(uiControl*) this; } struct uiControl { // omitted...

dstep would generate ``` extern (D) auto uiControl(T)(auto ref T this) { return cast(uiControl*) this; } ``` for `ui.h` in https://github.com/andlabs/libui a0a980712e8057d86747fcf52b67f59b56932f5a However, `this` is a keyword in D.

bug

## Expected Behavior `dlib.find_max_global` (Python) should work on every callable object. ## Current Behavior It only works on objects with attribute `__code__`. ## Steps to Reproduce ```python import dlib from...

enhancement

![walk_thru_door](https://cloud.githubusercontent.com/assets/10850402/19625996/a990a73e-9959-11e6-927e-f8b2f26c8395.gif) ![default](https://cloud.githubusercontent.com/assets/10850402/19626039/a837b606-995a-11e6-95ee-e76e846e5aee.png) You can see how player move through door when the only key pressed is "up". This collision-solving method is widely used in top-down 2d games. e.g. [Monaco](http://store.steampowered.com/app/113020/) I...

Currently, there is no way I can animate CSS custom property with anime.js. ```css div { --progress: 100%; transform: scale(var(--progress)); } ``` You can use this to set CSS custom...

enhancement

There is a part of my code that looks like this: ``` doc = matter() doc.content = render(doc.content) ``` Took awhile to figure out it returns the same object. I...

In some places, nanobox download speed can be vastly increased using proxy.

Since lua is whitespace-insentitive, why not just squeeze code together? [Probably working fork](https://github.com/buckle2000/moonscript/) Will close #311.

Compiling `a\a.a` > Compile error: Short-dot syntax must be called within a with block Compiling `a\a\a` *The v0.5.0 compiler broke* 😞

Well, I would like to keep line numbere when compling. In this way, luajit can also display the correct line number in stacktrace.