Uche Nkadi

Results 74 comments of Uche Nkadi

@jongio and @glennmusa. How does this feature rank in order of preference with these four options? I'll list this out in no particular order 1. Disabling next line (We have...

I once tried to implement this type of draggable flatlist on my own time, and quite honestly, I could not figure it out. I want to say a massive thanks!...

I also still have this issue, I'm on react native 68.0

Update: The problem was actually in my Metro.config.js file. I had followed a tutorial to add SVGs to my project, but little did I know that the code I was...

Thank you so much @yvbeek This is a fantastic wrapper that was so easy to implement! Amazing!

@bwateratmsft, could we start off with the partway fix? @bwateratmsft and @gorkem, how would we go about creating a shared setting that each of our extensions react to? Hopefully this...

> Have you considered removing the YAML language functionality from the docker extension? What is the functionality missing on `vscode-yaml`? @gorkem Our Docker Compose Language Service has quite a few...

> For the directory argument, this will require some careful parsing due to backslashes on `WORKDIR` vs forward slashes on `COPY` on [Windows](https://github.com/MicrosoftDocs/Virtualization-Documentation/blob/dc5d955689dfb51d43809b4dcf38468737d89c21/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile.md). On non-Windows systems this is simple enough....

> > Hey @rcjsuen, any update on this? > > Sorry, no. I'm trying to wrap my head around the best way to handle this due to the behaviour on...

@bwateratmsft I believe that some users use "./" to begin their context correct? I know that in compose files, under the "build" section, it's possible to enter `"."` just to...