-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported
### Cake runner
…
-
Given code like this:
```cs
public interface IFoo
{
string Bar { get; }
}
public class Foo
{
public virtual string Bar { get; }
}
public class Subject
{
public string DoSomethingW…
-
### Feature scope
Taps (catalog, state, stream maps, etc.)
### Description
Speed of writing messages can add up when you are dumping a large amount of data. One of the things in the original …
-
I am working on creating a Nixpkgs package for the Rubinius language interpreter:
[Rubinius GitHub](https://github.com/rubinius/rubinius). Here is my progress so far: https://gist.github.com/zacts/d9…
ghost updated
4 years ago
-
```
Found with fuzzer:
Suddenly, the dungeon collapses.
fmon: level 3 werejackal #250497 [6110007032c0] has 3 cur HP, -4 max HP
Generating more information you may report:
Program received si…
-
For running these, run:
```
spec/mspec/bin/mspec run -B spec/default.mspec -T --parser=prism -T -W:no-experimental path/to/spec.rb
```
* [x] `core/tracepoint/path_spec.rb` - end event
* [x] `…
-
I am using the following arguments in PowerShell with the bootstrapper:
`.\build.ps1 -target=build -configuration=Debug -ScriptArgs='--packageVersion="1.0.0-dev"'`
### What You Are Seeing?
`packa…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported
### Cake ru…
-
### What happened?
Hi everybody,
I am a new user of plc4x, and I wrote a very simple program based on example to connect to an Allen Bradley PLC using EthernetIP protocol. It seems to be connecte…
-
In KNX a Time needs to be mapped to a DATE_AND_TIME type according to 03_07_02 Datapoint Types v01.08.02 AS.pdf
and in general I think we should really review our MSPEC and XSLTs for KNX that they ge…