Brian Chavez

Results 114 comments of Brian Chavez

Hi @lucasteles; could you give me a few concrete examples of what you're trying to accomplish? Full examples that can compile would help a lot. I'm having some trouble understanding...

@memtech3 could you check if these EF Core examples help? * https://github.com/sander1095/bogus-efcore-demo I was recently on "On .NET Live" and gave a demo of Bogus working in latest EF Core...

No thoughts really; other than we haven't really had a bug in the C# driver / ReGrid code in a really, *really*, long time. IIRC, there hasn't been any complaints...

Using [`script-loader`](https://github.com/webpack-contrib/script-loader) with Webpack 4 works too: ```js import "script-loader!switchery/dist/switchery.js"; ```

No plans to support Coinbase's **Advanced Trading** APIs at the moment unless we get a significant monetary support stipend from **Coinbase**. Supporting Coinbase's APIs has been a very painful process...

Really great find. Thanks for the investigation. I think at a high level; some core questions I have: * Are the buy/sell API calls the only calls that are deprecated...

was also looking for this feature too. A $("form").restoreForm(obj) method would be nice. Especially for working with micro js frameworks like RiotJS.

Hey @dangerman, thank you for the bug report. This is pretty interesting. I'll take a look at this now and try to reproduce on MacOS. > We're using a custom...

Confirmed the `StackOverflow` happens on MacOS. Also, another workaround to get past the `StackOverflow` is setting the following ENV variable on MacOS: * https://github.com/steveharter/dotnet_coreclr/blob/master/Documentation/project-docs/clr-configuration-knobs.md ```bash export COMPlus_DefaultStackSize=512000 ``` and the...