-
With the 0.6 RC (using Java 8), I'm getting the compile-time errors below for code that is calling a REST service with an @Context parameter.
XxxYyy xxxYyy(@HeaderParam("X-yyy") String yyy, @Cont…
-
We currently can't use `print()` on Dataframes. The reason is that VVM's `print` is overloaded to builtin types, which was necessary in the dark ages of Empirical (ie., last week). With metaprogrammin…
-
Currently SeleniumElementSelector transforms element names from actions, and only outputs Xpath strings matching id and name attributes, but Selenium also accepts other types of selectors, such as "cs…
-
**Submitted by Tracy on 3/24/2014 12:00:00 AM**
**116 votes on UserVoice prior to migration**
* [X] [RFC Added](https://github.com/fsharp/fslang-design/blob/main/RFCs/FS-1023-type-providers-ge…
-
When a class violates a concept, it should be as quick and clear as possible to pin down the root cause of the violation. Is there currently such a way to do it?
Example scenario:
I have a custom cl…
-
```
As in the subject, you could achieve no-overhead function calls by exploiting
generics programming.
For example, as you already have, define the Animation mode:
enum
{
EaseIn,
EaseOut,
…
-
```
As in the subject, you could achieve no-overhead function calls by exploiting
generics programming.
For example, as you already have, define the Animation mode:
enum
{
EaseIn,
EaseOut,
…
-
Considering that template parameters of a class or struct cannot be accessed outside of it,
that accessors for template parameters are therefore useful, that these accessors cannot bear the same name …
-
```julia
grammar = @grammar begin
Real = x | y | z | a | b | c
Real = -Real
Real = Real * Real | Real + Real | Real - Real | Real / Real
Real = _(Base.rand(-100.0:100.0))
Re…
-
710 no-member
468 undefined-variable
29 no-name-in-module
15 unexpected-keyword-arg
9 too-many-function-args
8 function-redefined
4 invalid-sequence-index
2 method-hidden
1 too-many-format-args
…