-
### Observed behavior
It looks like parsing the `operators` field in a config file is broken since it's trying to interpret the line as an `[]interface` instead of `[]string`.
This patch mostly …
-
Initial context: https://github.com/nodejs/node/issues/12682
I think the new api's should use `URL` as the basis for `req.url` (or whatever equivalent we expose). As you can see from the thread ab…
-
Steve,
I have added a new set of features to the LDoc code and wanted to pass them on for integration assuming you find it as useful as I do. I have added the ability to embed images or generate UML…
-
| --- | --- |
| Bugzilla Link | [297606](https://bugs.eclipse.org/bugs/show_bug.cgi?id=297606) |
| Status | CLOSED WONTFIX |
| Importance | P3 normal |
| Reported | Dec 11, 2009 12:50 EDT |
| Mod…
-
We implemented a new JSON parser in `Microsoft.Framework.Runtime` and removed the dependency on `Newtonsoft.Json`.
Using `Newtonsoft.Json` in the runtime prevents customers from choosing a specific …
-
Accessing http://example.com/posts.html+partial should set both `format: :html` and `variant: :partial` automatically. This will make it easier to supply multiple variants of the same format without n…
-
So I am trying to get jasper working with pocketsphinx and espeak on an Orange Pi board running Ubuntu 16.04. For all intents and purposes the board has run like any ordinary Ubuntu install, save with…
-
Either:
- Find a way to use vanilla lombok (last time around type resolution wasn't working)
- Or, find a suitable [fork](https://github.com/peichhorn/lombok-pg/network) which is more up-to-date with …
-
## System info
**Operating System**: CentOS Linux release 7.5.1804 (Core)
**Shaka Packager Version**: 2.2.1
## Issue and steps to reproduce the problem
**Packager Command**:
/root/shaka-packag…
-
Hey,
I'm wondering how conducive lark would be for creating a language server implementation for a given DSL.
For some background:
- I have a custom DSL I'm using to describe device interfaces a…