Theo Ribeiro

Results 13 issues of Theo Ribeiro

Whenever I use a scoped style that has specific Stylus grammar like '/' for comments, I get a build error such as ``` Module build failed (from ./node_modules/vue-loader/lib/loaders/stylePostLoader.js): Error: Unexpected...

## Actual Behavior Autocomplete works fine on gql tags and query files in the project but it does not work on the schema definition file. The outline is being detected...

bug
lsp-server

I'm getting an error whenever trying to upload a cache using pants with the error message below: `ResourceExhausted: "grpc: received message larger than max (6909987 vs. 4194304)"` This happens because...

**Describe the bug** I'm installing the helm on GKE with Autopilot turned on but my brokers fail starting up. If I turn off functions by setting `components.functions: false` the brokers...

I'm having trouble setting up Rust-tools with LunarVim as it is changing some of my keymaps. For instance, by default LunarVim sets up `K` (shift + k) to call vim.lsp.buf.hover()....

I have a use case where I need to set up an environment variable only when debugging tests. We're using Temporal and for it not to timeout it needs a...

This PR adds a `extra_debug_opts` configuration to setup that allows passing extra arguments for the `debug_test()` launch configuration. Fixes #76

Hey @alhazmy13 , Have you found a way to attach a python debugger to serverless-offline-python by any chance? I wish I could set up breakpoints and debug my functions step...

When using your plugin in our monorepo I noticed that impl couldn't find any go packages as it is being run from the root of the repository, which is not...

Hi, I've set sourceMap: true on tsconfig.json but for some reason I believe Nuxt is not creating the sourcemap to allow Webstorm to set breakpoints. Has anyone run into any...