Jimmy Byrd
Jimmy Byrd
## Proposed Changes This adds doc comments to large parts of the code base. It's also cleans up function arguments ## Types of changes What types of changes does your...
I'm assuming you don't want to have every plugin written for Myriad under this repository. What naming convention do you think Myriad should recommend to naming of packages? Something like...
### Description Hi there! I work on a tool `dotnet-mono` that allows mono programs to be run under the dotnet cli tooling and I'm trying to be as compatible with...
Is there a way to pass these arguments to ZAP through glue to authenticate with a website you're testing against? https://github.com/zaproxy/zaproxy/wiki/FAQformauth
Currently the patch api only supports `inc` `incPlural` and `set`. Marten has added many other operations that we should wrap.
There is `deleteBy` and `countWhere` that allow predicates to filter. We should consider either doing `xxxBy` or `xxxWhere` to keep naming consistent.
As of now, you can't use [named parameter queries](https://jasperfx.github.io/marten/documentation/documents/querying/sql/#named-parameter-queries) easily from F# because the parameter handler [looks for anonymous objects](https://github.com/JasperFx/marten/blob/8d758aa614a05a43900eff3167f7a89e6c9052f8/src/Marten/Linq/QueryHandlers/UserSuppliedQueryHandler.cs#L54) which F# doesn't support. The [code for detecting anonymous types](https://github.com/JasperFx/marten/blob/master/src/Marten/Util/ReflectionExtensions.cs#L84)...
Flag to allow https://github.com/fsharp/FsAutoComplete/pull/1007 to be used in ionide
- Incremental text changes + fixes - Completion Speed ups - Clear caches on project changes - Slightly more resilient around getting typechecks
Correctly inherits the whitespace from previous opens.  Not entirely sure how to write a test for this yet. Thanks to @angelmunoz for the help!