Janosch Peters

Results 12 comments of Janosch Peters

Ok, thanks for clarifying. I had to read up some things to learn about library versioning to understand your reasoning. The [apple docs](https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html#//apple_ref/doc/uid/TP40002013-SW20) about dynamic linking were especially helpful. I...

I got the same thing. In my case I suspect it has something to do with a previously failed upgrade attempt: ``` Updating 24 of 35 packages: pycurl Traceback (most...

@Edwards80 I ran into the same problem and I think the issue is that with binary logging enabled, CREATE FUNCTION is only allowed if both of the following conditions are...

As I wanted to fix this problem for me, I dug a bit deeper into this. I was able to fix this locally for me, be removing the `CREATE FUNCTION...

I have the same issue on v2.14.2 using this bruno config. The same configuration was working previously. ``` meta { name: [AUS] Get monthly details type: http seq: 8 }...

> [@Janosch](https://github.com/Janosch) Yes, I can reproduce this issue. We will look into it. You mentioned that this was working before. Could you please let us know at which version it...

> I noticed that the snippet's request returns a 302, which could be causing the issue, as it might not be resolved properly. This seems related to issue [#5064](https://github.com/usebruno/bruno/issues/5064). Could...

@helloanoop I am not sure. As I said, I even tried version 2.3.0 and the problem still occurred. However, this could be also due to the fact that the host...

I don't know if a capture group is possible, but I was able to make something work which is close enough for my purpose: Source: `` Target:`/frontend/` So it is...

@barracuda156 I am currently clarifying with the upstream project if the ffmpeg dependency is needed at all. I build and installed it without it, and I did not find any...