Sébastien Tromp

Results 48 comments of Sébastien Tromp

Hey, do you have any update on this one? I can run `docker-compose build` from git bash: ``` $ docker-compose build Can't find a suitable configuration file in this directory...

Edit: there was an issue with my Docker install (it crashed mid-update). I re-applied the update and don't have the symptoms described before anymore. Keeping it in case it helps...

Bottom line: in this case, docker had stopped running. See https://github.com/docker/compose/issues/5801 for a more descriptive error message when docker isn't running

I'm also really interested in this feature :)

Would it be possible to have a hook when MelonLoader starts, but before it loads anything? In my specific case, always copying the DLL from the MelonLoader/Managed folder to the...

That's actually what I've done too ``` @Override public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException { HttpServletRequest request = (HttpServletRequest) req; if ("OPTIONS".equalsIgnoreCase(request.getMethod())) { chain.doFilter(request, res);...

So the first step to define a new version is to add a new `public static readonly MonoLibraryOffsets` declaration in `MonoLibraryOffsets.cs`. By convention, the variable name has the version name,...

I'd actually be very interested in being able to get/set the drawed image via scope, so +1 on this :)

And it looks like some antiviruses don't like when your like is called "HackXXX" (because that's what real badass malwares call themselves). I'll change the name of the projects to...