Royston Shufflebotham

Results 63 comments of Royston Shufflebotham

BBL ships with its own local copy of .NET so it _shouldn't_ need any version installed (or care what you have installed system-wide). Have you modified the installation in any...

Do you mean adding functionality to read things like switches and map them to LVARs? There's already enough tooling out there (FSUIPC, MobiFlight, spad.next) that does this, and it would...

Hi @olucaso. There's definitely a trend of broken `exe.xml` files that mention the Fenix A320. In your particular file, there's a missing 'close' `` at the end of the Fenix...

Why does *react*-final-form add a default parse behaviour of converting empty string to `undefined`? final-form itself doesn't do that, so I don't follow why the React wrapper is adding this...

I've just been attempting to get EFCore migrations generated for making tables distributed/reference, toying with ideas similar to those mentioned above. There are some difficulties: One huge piece of complexity...

@roji I've been thinking about this, and have a suggestion which may help unblock this: You're completely right that dealing with the Citus distribution of an _existing_ table is a...

I've switched to the very latest SimpleIdServer _source_ to help diagnose this. I can see that the NullReference exception is actually coming from the first line of ComputeValueIndex: the value...

Yes, that looks much happier. The SchemaAttributeId is no longer getting into the database as null, and the ComputedValueIndex (whatever that is) is also being populated now, so reads work...

Note that even wiring up the plugin manually doesn't enable it to work with the now-released ESLint 9: the plugin currently uses APIs like `context.getSource` which don't exist any more...

Should we raise a separate issue for v9 API support?