-
It is quite common to just check to all signals in an output port. Would it be possible to implement a new function to have just one function to check all out signals?
-
There are a few extensions in the [marketplace](https://marketplace.visualstudio.com/search?term=vim&target=VSCode&sortBy=Relevance) for Vim, however Vim key bindings is still such a hot request in [U…
-
Is there any current development regarding v10+ REST API ?
-
# F# 2017
I suggest we start to name the F# language releases officially after the year in which they are released, e.g., F# 2017, 2018 etc.
The existing way of approaching this problem in F# is …
-
PR #365 was supposed to add forward compatibility to TaggedFieldSerializer, but I think the logic is flawed. It probably works if you are deserializing a single tagged class (and maybe that's how it g…
-
## Immutable Objects
This proposal (inspired by C++ `const` qualifier) can be considered as an extension to #159 utilizing #7561. I want to take that motivation further and suggest to enforce immutab…
-
We regularly advise customers to separate their input and output models (or view-models) when using MVC. This provides a typed protection from issues like [mass assignment](https://en.wikipedia.org/wi…
-
F# is great programming language and yet it is under utilized. I would like to understand what you the enthusiast F# developer believes are the top four things we can do to drive adoption: As a deve…
-
I'm using `device = cuda` in .theanorc.
Here's a minimal code to reproduce the error:
```
import theano.tensor as T
X = T.tensor3('X')
# f = theano.function([X], X) # OK
f = theano…
-
If Code Climate will move to Stylelint it will be awesome for promotion.
I think @davidtheclark should write a mail to Code Climate team, explain benefits of Stylelint (compare to csslint) and offer …