Keith Howling

Results 21 comments of Keith Howling

+1. Running ```nmake``` on the pico examples on Windows 10 as per PDF instructions. the ```blink.c.obj``` file actually exists in ```pico-examples\build\blink\CMakeFiles\blink.dir```. So I'm sure its a directory thing on Windows...

Followed the Windows10 install instructions today, so: cmake version 3.21.0, downloaded today ```cmake-3.21.0-windows-x86_64.msi``` directory path (nothing appears odd): ```C:\Users\khowling\pico\pico-examples``` ```git version 2.21.0.windows.1``` ```Visual Studio Build Tools 2019 - 16.10.4``` ```git...

I was using WSL2, the toolchain works great on WSL2 . Only issue is access to the USB device, the picotool etc doesn't work on WSL2, so moved to Windows...

Thanks for sharing the link @Reshmi-Sriram. It looks like your link is for starting an existing API, not creating a new API. For example, a new user will end up...

@lastcoolnameleft thanks very much for reporting. @Gordonby, after much testing, appears we need to make the inclusion of both `podCidr` and `natGatewayProfile` keys optional, podCidr only if using kubenet, and...

@liammoat , looks good! lets try to get this merged. Looks like its just broken a playwright test because playright can no longer find the component Id in the DOM....

Sorry @liammoat , just looking at monaco, looks like a full on editor. Wondering, as we are not actually allowing any edits & dont really plan to (its just read...

> Even if I install the library with `--force`, some of the components functionality break (e.g the ContextualMenu doesn't show the menu on press) are you using `create-react-app`? try removing...

now react18 is on npm, also this issue for ssr support [#18634](https://github.com/microsoft/fluentui/issues/18634) (api changed to `renderToPipeableStream`)