Manuel

Results 242 comments of Manuel

@sneaky-peeky We currently do not provide a way to download older versions. However, we have released a fix for this on our beta release channel. If you want to try...

I couldn't verify that this worked in 1.12. We will add support for these types in the next release. As a workaround, you would have to import these types manually...

We have released a fix for this on our beta release channel. If you want to try it, see https://kreya.app/docs/faq/#how-can-i-use-kreya-beta-versions

@sgielen I analyzed this for a while. Your directory structure looks something like this: ``` pkg/proto │ some.proto │ .... └───node_modules │ │ │ └───google/api │ │ http.proto │ │...

Ah yes, with that many subfolders each including their own `google/api` dependencies it's difficult/impossible to handle this correctly. Yes, I think allowing users to input a custom glob or adding...

The following types are now automatically included in Kreya 1.16: - `google/api/http.proto` - `google/api/annotations.proto` - `google/rpc/error_details.proto` We also added an option to exclude files and folders in the file importer.

Could you run the command with the `--verbose` option and see if there is any additional information?

If you use Kreya 1.15 (the GUI version, not the CLI) locally and run the importer (via the "refresh icon" above the operation list), does that also result in an...