Kalyn

Results 12 comments of Kalyn

I did notice that Line 41 (two lines above mine) has two hyperlinks in one line. Is it still an issue? ``` - [Swing Library](https://github.com/robotframework/SwingLibrary) ([keyword documentation](https://robotframework.org/SwingLibrary/SwingLibrary-1.9.7.html)) Library for testing...

I'll look into this @MitchellMahan. It should be possible, but what it won't do is pause the test and continue - it would only fail the test and go to...

This is definitely an issue with the WebPack or Web Dev Server and I am not proficient enough at either to know how to fix it. ![websocket-error](https://user-images.githubusercontent.com/65800415/213344078-bd8f65a1-1a45-4bc4-ad22-1e99aa445638.PNG) However I cloned...

@hadnet @uri3000 [Use this fork](https://github.com/octohedron/chrome-extension-boilerplate-react) instead, it has a better and working dev server.

@cortinico I've updated the issue with the log files. Sorry I took longer cleaning the security info from it, I did it the hard way. Going to write a Python...

@cortinico Could you review the Gradle log sometime this week for any obvious issues?

Unfortunately it appears to fail the same way, this time at 7 min 36 secs (due to no --info or --debug flag): [log-with-no-daemon-flag.log](https://github.com/react-native-community/docker-android/files/10669048/log-with-no-daemon-flag.log)

I'm starting to think using Gradle at all in a GitLab CI/CD pipeline is just cursed. First of all, very annoying that the Gradle docs you linked say `--no-daemon` but...

Hi @noomorph, thanks for collaborating on this PR. The project in question is private for my company so I cannot write the exact package name but it is like this:...

## Working Flipper Solution (as of Dec 7 2023) For those who are distraught about not being able to use Redux DevTools because of Realm: - I created a Gist...