gentooise

Results 10 comments of gentooise

Same issue here, simply solved by performing rotation before starting crop activity: ``` // Crop does not return proper exif info // Need to rotate before cropping, saving to another...

Hi @bobbrow, I'm also interested in this (about @giantmustache proposal in particular). Any news? I also wanted to add that this: > We do want the extension to warn users...

> Yes please. Unfortunately I'm not able to reproduce the issue with a very simple project. For some reason, the Indexer seems to get confused only with large projects. However,...

Just an info that could be useful: in my case all Macros/Include Paths are working fine. I'm also using `cmake4eclipse` (basically same setup/versions of yours) and I usually have the...

Hi @15knots, I think I'm facing the same issue here, with ARM Compiler. I installed the toolchain inside a very clean and simple folder (`C:\build\arm`) to avoid issues with dots...

Hi @cameron314, I didn't know where to ask exactly so I'm using this issue. Related to bulk operations, can they be used with STL containers (such as an `std::vector` or...

We are now using the new `PPM_O_F_CREATED` to detect file creations, on our side we don't need this for now.

This still happens with libsysflow 0.6.3. It happens only when a new user is created **after** sf-collector example is already running. If collector is restarted the new user is reported...

After analysis and workaround implementation on consumer side, I would like to share a piece of information if you plan to resolve this. The musl implementation of `getpwuid` differs from...

> @ShaneLillieRAD One potential workaround is use to add C_Cpp.default.* settings to your workspace's settings.json that contains the shared settings. Folder without a c_cpp_properties.json will use those settings and those...