Tao Bojlén

Results 25 issues of Tao Bojlén

If I create two identical Vue components, one in a .vue file and one in a .js file annotated with the `@vue/component` comment, I get different results. Issues in the...

**Describe the bug** When self-hosting Papercups with docker compose, the SMTP mailer is broken. **To Reproduce** Steps to reproduce the behavior: 1. Open iex 2. `import Swoosh.Email` 3. Try to...

bug

I have the following in a `.html.eex` template: ``` ``` This is a false positive. However, the `sobelow_skip` comment doesn't seem to be working -- when I run `mix sobelow...

I'd like to use unplugin-vue-components with a Vue 2 + Vite project. If I simply set `transformer: "vue2"` in the config, it works great. However, as soon as I try...

In my API, I'd like to make trailing slashes optional. I don't want to use Django's `APPEND_SLASH`, since the contents of POST requests will get lost in the redirect. Instead,...

We've been using this library for a few weeks and we're really liking it so far -- thank you! There's one thing that keeps tripping us up: the `MultipleModelField` and...

### Proposed change When deploying to a name other than `posthog`, e.g. `my-posthog-deployment`, we had to add the following config: ``` kafka: externalZookeeper: servers: - "my-posthog-deployment-posthog-zookeeper:2181" ``` It would be...

enhancement
P2
helm

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create an alert rule, or go to edit an existing one. 2. Enter a lot of filters, such that you have...

Component: Core Frontend (React)
Product Area: Alerts

## Describe the Bug When the optimizer is enabled with the `only` extension, resolvers like the following lead to an N+1: ``` @strawberry_django.type(Milestone, filters=MilestoneFilter, order=MilestoneOrder) class MilestoneType(relay.Node): @strawberry_django.connection( ListConnectionWithTotalCount["IssueType"] )...

bug

Are there any general trends when it comes to the size of hound's index? For example, [zoekt](https://github.com/google/zoekt) ends up with an index about 3x the size of the source code....

question