Clay Brinlee

Results 22 comments of Clay Brinlee

@Nixon-Joseph **App Center** works. I would suggest that and they have a xamarin forms plugin. It's MS version of GA.

I have an example for Xamarin using .Net Standard 2.0. You can find it [here](https://github.com/helzgate/XamRedux).

ol' Postman to the rescue. You can turn off detection of self signed cert.

I had this issue because of my `appsettings..json` file wasn't getting imported properly so therefore the ocelot had no matching configuration. I was importing my config as an ExpandoObject and...

I had this issue. I uninstalled the platform and re-installed it and everything works.

@ryanwells-rwc I always forget this, but don't forget that even though you add plugins to your .vimrc and it takes a while to open like it's downloading your plugins (including...

It installs now with no issue but trying to use this assembly from Xaml I get the following error in iOS (works fine in Android): ``` Xamarin.Forms.Xaml.XamlParseException: Position 34:38. Type...

The suggested solution is causing the the ecapsulation to drop. I removed "style" from the css loader and replaced it with css-to-string(-loader). Now I can use `styles: [require('./home.scss')],` like normal...

if you want to load both, change the index.scss file to index.global.scss then use the following: ``` `test: /global.(css|scss)$/, loaders: [ 'style', 'css', 'sass', 'postcss' ] }, { test: /\.(css|scss)$/,...

The extension doesn't work at all for me if I create it in Visual Studio 2022. It creates it as a UTF-8 BOM file. I get the following error: ```...