-
Hello,
I'm trying to use FAST.Farm for a three IEA 15MW turbines in row layout but I'm having problem with the ServoDyn module, in particular with the ROSCO controller.
I'm using FAST.Farm-v3.5.1 …
-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…
-
Hello there!
I am trying to implement a nacelle yaw controller for repositioning analysis for IEA-15MW wind turbine. My goal is to laterally reposition the turbine by changing the nacelle yaw angle a…
-
@coqbot: minimize it
```
opam install -y coq-ext-lib
eval $(opam env)
mkdir temp
cd temp
wget https://github.com/coq/coq/files/4698509/bug.v.zip
unzip bug.v.zip
coqc -q bug.v
```
-
### Version
110.99.3 (Latest)
### Operating System
- [ ] Any
- [ ] Linux
- [X] macOS
- [ ] Windows
- [ ] Other Unix
### OS Version
10.13.6
### Processor
- [ ] Any
- [ ] Arm (using Rosetta)
- [ …
-
Tests fail reproducible on every build. Add to expected test failures for now.
```
express > test (suite: utils)
*** Failed tests:[22]
express > Test suite utils failed
```
-
## Background
### Core vs Haskell
In GHC, there's an internal language called Core, and all programs are translated to it during compilation, reducing the vast complexity of the surface language…
-
## Compiler version
3.0.0
## Minimized code
```Scala
object X {
class CA[A]
type C = CA[_]
val c: C = ???
def f[A](r: CA[A]) = ()
// works
f(c)
// works
val x =…
-
Just to mention that `/langversion:preview` breaks the build as things currently standard, particularly the build of `FSharp.Editor.Tests.dll`.
The explanation is a bit convoluted but itt's because…
-
My whole goal is to verify that some my usage of sqrt could be confirmed to be within the domain of the function like: {-@ sqrt :: {v:Double | 0 Double @-} holds in my library so that I can have con…