Thibaut SEVERAC

Results 32 issues of Thibaut SEVERAC

**What is the expected behavior?** nock seems to record 302 redirections ( I've seen an unit test with super agent, working ) **What is the actual behavior?** nock doesn't record...

bug
pull request welcome
Recorder

**Do you want to request a *feature* or report a *bug*?** A Bug **What is the current behavior?** v9.0.4 seems to add a breaking change . My setup works with...

I got this error : ``` java.lang.NullPointerException at com.talanlabs.sonar.plugins.gitlab.GitLabApiV4Wrapper.createOrUpdateSonarQubeStatus(GitLabApiV4Wrapper.java:215) at com.talanlabs.sonar.plugins.gitlab.CommitFacade.createOrUpdateSonarQubeStatus(CommitFacade.java:128) at com.talanlabs.sonar.plugins.gitlab.CommitPublishPostJob.execute(CommitPublishPostJob.java:113) at org.sonar.scanner.postjob.PostJobWrapper.execute(PostJobWrapper.java:49) at org.sonar.scanner.postjob.PostJobsExecutor.execute(PostJobsExecutor.java:48) at org.sonar.scanner.postjob.PostJobsExecutor.execute(PostJobsExecutor.java:39) at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:327) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:122) at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136) at...

In our gitlab project, we use some "schedules" jobs running a "fake pipeline" to do some other tasks (like checking dependencies update, or vulnerabilities) . And some time, this "fake...

## :memo: Description ### :dart: Relevant issues https://discord.com/channels/585148559155003392/585149564135145493/955759619207225384 With io, I'm calling $node.actions . And it crash with : Cannot read property 'onlyLocal' of null coming from : https://github.com/moleculerjs/moleculer/blob/422876c8f0142caa313a792f8069ac7aac12fb47/src/registry/action-catalog.js#L131 Debugging...

Hello, I came here, because after days of search, and didn't find a solution . First, I'm locked with v3, because the language I need seems not supported by CM6...

Hello, I try your quickstart, and try to start the project ... But : It seems my phpstorm already use the port 5858, so I modify dev-runner.js to change to...

Hello, on unifiOS lot of websockets events come from : wss://unifi/api/ws/system with an object like : ```typescript interface IControllerEvent { type: string; [key: string]: unknown; } ``` And it seems...

Hello @cayasso , I'm using your project in some of mines, and it seems this repo is not updated from start of 2018, some issues are open withtout answers, and...