jeff schulz

Results 5 issues of jeff schulz

Seems by default for Angular v15, ng new does not add "skipLibCheck":true to tsconfig.json. Without this, ng build fails because jodit has relative paths in its type definitions, error TS2436....

### Current Behavior i have nx monorepo, mostly angular projects ``` yarn add --dev @nx-dotnet/core nx g @nx-dotnet/core:init ``` but then nx fails, ex: ``` nx graph NX Failed to...

bug
needs-triage

## Description using video.js as per: https://naver.github.io/egjs-view360/demo/videojs fullscreen mode ok on android but no on ios ... is it possible ? ## Steps to check or reproduce https://naver.github.io/egjs-view360/demo/videojs on safari...

### Current Behavior I include "assets" in a configuration ... it does not get parsed ... only the "assets" under "options" are considered. ### Expected Behavior Should be able to...

type: bug

$session = New-Object Microsoft.PowerShell.Commands.WebRequestSession $session.UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" Invoke-WebRequest -UseBasicParsing -Uri "http://localhost:5021/odata/`$batch" ` -Method "POST" ` -WebSession $session ` -Headers...

investigated
follow-up