-
```
Any plans on supporting multiple languages? Might be a nice touch for this
already very complete client!
And if so: I'd be willing to do the Dutch translation :)
```
Original issue reported on c…
-
It is necessary to implement threads, because in the majority of platforms that run Dart supports thread, such as Android, iOS, Windows, Linux, MacOS, * WebAssembly etc.
Many use cases where thread…
-
I've opened this to discuss behavior trees API enhancements.
@implicit-invocation
Resuming discussion https://github.com/libgdx/gdx-ai/pull/4#issuecomment-56509640 ...
Not sure why you don't like the…
-
```
Any plans on supporting multiple languages? Might be a nice touch for this
already very complete client!
And if so: I'd be willing to do the Dutch translation :)
```
Original issue reported on c…
-
[Hacker News wants unquotes](https://news.ycombinator.com/item?id=10326221). We happily oblige.
## Unquotes in expressions
Whenever the parser is ready to parse a term, it should also expect an unquo…
-
I'm beginning to wonder if maybe the VB community needs to create an independent VB development team. The team would need to consist of sub teams that work on the various components of the entire dev…
-
# Brief description of your issue
Installing a package doesn't add it it to path
# Steps to reproduce
1. Install Vim using
`winget install vim`
2. Try to run it using
`vim test.txt`
# Expec…
-
Spun off from [HTML modules discussion](https://github.com/w3c/webcomponents/issues/645)
There are certain amount of interest that including HTML snippet into an HTML document, without using JavaSc…
-
With more OS projects now planning to move to Typescript (jest, Vue.js, etc.), I think it would be time to think about doing the same. Typescript has matured and now with eslint and babel both support…
-
I'm trying to understand the following code fragment in the MPU6050_DMP6 example
```
// check for overflow (this should never happen unless our code is too inefficient)
```
if ((mpuIntStatus…