Patrick Huber
Patrick Huber
I noticed this sample is behind a few versions, this pull request runs : ``` cd terraform/muti-region terraform init terraform 0.12upgrade cd terraform/single-region terraform init terraform 0.12upgrade ``` I then...
Creation of concrete classes from the grammar is currently a manual process. Create a set of t4 templates that generate classes for a given grammar.
Given that the parse forest is a binary tree, a dictionary can be passed into a disambiguation algorithm that tells each node which child to traverse. The disambiguation algorithm is...
System.IO.Pipelines handles buffer management for the consumer. This may have performance benefits over reading one byte at a time from the underlying stream.
A simple grammar like E -> E + E E -> E \* E The \* should have a higher precedence (appear farther to the left) in the parse forest...
Incremental reparsing reduces the time to compile changes into a document. more information [here](http://delivery.acm.org/10.1145/1700000/1697247/p61-kallmeyer.pdf) (dead link) more information [here](http://www.aclweb.org/anthology/W09-3808) also: [here](http://www.aclweb.org/anthology/E89-1033.pdf)
I see a vault sample ops file, adding one for credhub will help others set that up as well. Here is the sample from my deployment: ```yml - type: replace...
The dependency on zlib uses a c library which lacks a managed interface and regular updates that can be achieved with a nuget package of SharpZipLib. I implemented a proof...
**Describe the bug** The set inspector loads as a modal dialog. This means you can't modify your build while inspecting sets. https://github.com/LoadedCamel/MidsReborn/blob/edc3320ab794ad31e9d7a8553cba2c0ac48ea2b3/MidsReborn/Forms/frmMain.cs#L6602 **To Reproduce** Steps to reproduce the behavior: 1....