George

Results 21 comments of George

Developing on VS2015 targeting .net framework v4.6.1 and runtime FSharp.Core v4.4.0, I was able to get FsXaml to work by replacing v3.1.6 with v3.0.0.

I've since noticed the description at the top of the github page. I suppose I was expecting the ReadMe to be more self-contained. In particular, include a statement of what...

I am still trying to find a succinct description... How about this? > A row is an unordered list of labels each identifying a nonempty list of types. With respect...

It is my understanding that rust libraries **tend not to need fixing once they are built** and so don't see any maintenance activity after a certain point.

Any reason why you didn't simply create or use a utf16 crate such as `utf16string`? Granted, the non-web platforms use utf8 but could that difference be resolved via a `trait`...

Somewhat terse response...I presume you are saying that converting from utf8 to utf16 and vice versa within Javascript is sufficiently performant. However, though that may be the case and indeed...

Perhaps I was nieve in thinking that the Javascript runtime could accept the byte array as a proper reference to a utf16 string without decoding or other gymnastics. If that...

Just spent a while "discovering" this issue. The documentation does not indicate there is a "must consume" requirement for the separator parser, causing the resulting error to be surprising. As...

One possible way to control the scope of scripts is to require that their system access go through compiler provided precompiled libraries. These libraries may then respect configuration files and...

After following [the example to use host user id](https://github.com/actions/runner/issues/2033#issuecomment-1238771855) by @DanRStevens, the problem continued. I was able to get it working by also then copying my `.gitconfig` to another file...