iron9light
iron9light
### Description Support creating AzureDataLakeGen1Store by Credentials directly. - [x] I've made sure that this PR is raised against the [develop](https://github.com/aloneguid/storage/tree/develop) branch. - [ ] I have included unit/integration tests...
If yes, any link? If no, I do think a lot of guys want it. Any chellange to implement?
ngc does not support function call now. It will be good to support passing a function parameter to provideStore.
You can enable [c# 8.0](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8) and [Nullable reference types](https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references) with dotnet core 2.2 . Just add lines below to the project file: ```xml 8.0 enable enable ``` Handling nullable is...
`AtomicBool::compare_and_swap` was deprecated since `1.50.0`. Replace it with `AtomicBool::compare_exchange`.
Hocon: ```hocon a { b: 0 c: [ "ccc"${a.b} ] } ``` It will get exception: `Hocon.HoconParserException : Substitution value must match the rest of the field type or empty....
Java version Hocon can render Hocon element as JSON ( https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java ) Can akkadotnet Hocon provide the same feature?
I use this recommend params for my own model, the mean of noise scale is keeping about 1e-9 which is too small. My model this something like below: ```py layer1...
I want to use theme like [minimal-mistakes](https://github.com/mmistakes/minimal-mistakes) or [jekyll-TeXt-theme](https://github.com/kitian616/jekyll-TeXt-theme). They both support customized sidebar navigation but require editing `_data/navigation.yml` file manually. (see [here](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#custom-sidebar-navigation-menu) and [here](https://tianqi.name/jekyll-TeXt-theme/docs/en/navigation#sidebar-navigation)) I just wondering if this...