-
Hello,
There is a need for me to run celix on windows, I see the BUILDING say "Currently Apache Celix only builds and works on Unix/Linux like systems", but not sure whether cygwin is support or no…
-
Hej,
`@:op(foo(A, B).bar) function bar(){}` doesn't throw any error. I mean you can put almost anything inside and it won't throw any error.
It would be helpful if it would throw one.
@Apprentice…
-
## Tell me the environment
Version: 1.9.2
OS: Linux
Browser: Firefox
## Detail / Bug
Options -> Site Management -> +New:
Documentation says:
_Then, fill in the URL to count, Ant expre…
-
Hi,
please extend the documentation so that for certain syntaxes it's more clear to write
patterns in that syntax. The documentation reads rather academically when compared
to Elixir and it makes…
-
**Describe the bug**
A function that does not contain any await expressions should not be async (except for some edge cases in TypeScript which are discussed below). Asynchronous functions in JavaScr…
-
**Brief description:**
CS8509 gives a warning if a switch expression does not handle all possible values of its input type. For instance, this code
```c#
bool CoastLineIsLongerThan10Km(Co…
-
`FieldRef::FromDotPath` can parse a single list element field. ie. `{}'path.to.list[0]`{`}but does not work in practice. Failing with:
_struct_field: cannot subscript field of type list_
Being a…
-
-
Namespace are classical approach to deal with names conflicts caused by independent developers.
While the *two-uppercase-prefix* convention on classnames works locally, I'm not sure how it scales.
N…
-
In node debugger, how can i put a breakpoint that gets triggered when a variable value changes... there are mechanisms to watch an expresssion but couldn't find any commands to put a breakpoint trigge…