Mikkel Lund

Results 13 issues of Mikkel Lund

When retrieving a nullable type, say `Instant?`, and the result from the database is actually null (`System.DBNULL`), an exception is thrown with the message "Cannot convert System.DBNULL to NodaTime.Instant". It...

The context (`this`) inside custom sorting functions point to the `AureliaTableCustomAttribute` instead of the code-behind class. I have a code-behind class containing the following code: ``` language: type-script public dateComparer(date1,...

[The `MoveNextAfterUpdate()` test](https://github.com/sestoft/C5/blob/master/C5.Tests/arrays/ArrayListTest.cs#L908) in `ArrayListTest` seems to contain a mistake causing it to test the wrong thing: ``` C# [Test] public void MoveNextAfterUpdate() { list.Add(5); list.Add(8); list.Add(5); SCG.IEnumerator e =...

bug
tests

In `ArrayListTest` events are not properly tested. [The method `listen()`](https://github.com/sestoft/C5/blob/master/C5.Tests/arrays/ArrayListTest.cs#L90) only adds event handlers to the `Added` event, thereby ignoring all other events: ``` C# private void listen() { seen.Listen(list,...

bug
tests

I've tried to install the npm package using both `npm install ts-nameof @types/ts-nameof --save-dev` and `npm install @types/ts-nameof --save-dev`, and included a reference to ts-nameof in my tsconfig.json like this:...

question

_Small disclaimer: not sure if this is actually Quorum or Solidity related. But I'll start posting it here._ Normally, timestamps in Ethereum are returned in seconds. When using Raft, the...

enhancement
consensus | Raft

The code is currently using the keyboard event's key code, which has been deprecated. You can read more about it [here](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode).

Can you retrieve a markdown field as richtext from the API? As far as I can see, `@contentful/rich-text-from-markdown` is only for js/ts, but I would like to work with my...

Most of Bootstrap's JavaScript works by simply adding a class or data attribute to the concerned element(s). It could be nice to simply be able to use the plugin by...

Could you add Typescript support?

enhancement