John Smith
John Smith
Getting same error (macOS): ```text Processing: ./file-upload-test-v2.mp4 - general: MPEG-4 -> ok - input video profile: [email protected] - video: AVC -> copy '' is an unknown codec. Please add it...
I am also getting some intermittent errors when running dotnet build or dotnet watch run. most of the time it's fine but then every now and again I get this:...
So, Homebrew did upgrade it but I did get an error that may be of interest **Update** Actually homebrew didn't update it at all but running `brew reinstall --cask git-credential-manager-core`...
Hi, Just upgrading to .NET 7 / EF Core 7 and it seems the latest version of Pomelo.EntityFrameworkCore.MySql version 6.0.2 does not support it ```xml ``` I get the following...
Similar here: I get the following whenever I `source .bashrc` : ```bash bash: /home/solrevdev/.oh-my-bash/lib/base.sh: line 209: syntax error near unexpected token `(' bash: /home/solrevdev/.oh-my-bash/lib/base.sh: line 209: ` myip () {'...
> @solrevdev The message is the same, but I think the actual problem is different from the original one. In your case, I think the shell function `myip` defined in...
Hi all, FYI, I submitted a ticket to Linked In about this because while I was able to move some of my `/v2/me` requests over to `/rest/me` some others like...
**UPDATE** I was just going to add the Sign in with LinkedIn product that the `AspNet.Security.OAuth.LinkedIn` library handles nicely to a new app that I am building ![Screenshot 2023-08-10 at...
> > And does the `AspNet.Security.OAuth.LinkedIn` library handle this new OpenID Connect way of signing in with Linked In already? > > No, it doesn't: the authorization and token endpoints...
Thanks for the clarification, @333fred . How much extra work, in your estimation, would be involved in converting or changing the current PR to use the pure Roslyn solution? Just...