-
```
It would be nice to be able to pull out the PropertyInfo / FieldInfo array
results created when the accessor is created. In my use case, I need to build
TypeAccessors off of anonymous types that…
-
```
It would be nice to be able to pull out the PropertyInfo / FieldInfo array
results created when the accessor is created. In my use case, I need to build
TypeAccessors off of anonymous types that…
-
Copied from: https://github.com/prestodb/presto/issues/7990
Also see: https://github.com/prestodb/presto/pull/8394
-
When exposing metadata from repositories, I often find the following support files:
- Notebooks (i.e., the file in the repo illustrating the code. Sometimes these are tutorials, sometimes they are …
-
There are many situations when you want all commands associated with a specific execution system to use the same default working directory, environment, prefix (`sudo -u user`, `bash -c`), or other pr…
-
### Disclaimer
This issue is part of a series that are just recording language design ideas that have come up for Carbon. It isn't necessarily a *good* idea, or one that Carbon should definitely ad…
-
### Expected Behavior
It should be possible to provide project configuration within a `gradle.properties` file that could be configured within the `settings.gradle`. Alternatively it should be possib…
tynn updated
9 months ago
-
### Which version of the AzCopy was used?
10.12.1
##### Note: The version is visible when running AzCopy without any argument
### Which platform are you using? (ex: Windows, Mac, Linux)
Window…
-
Hi, I have problem getting `ColumnHeaders` property of the `Table` pattern.
The grid is extended WPF DataGrid with virtualized header (some items aren't rendered).
`grid.ColumnHeaders` always re…
-
When the new Roslyn tokenizer is enabled in the compiler, it also requires a `CSharpParseOptions` to be provided. Currently the IDE does not serialize this information across the wire, so the language…