Veesh Goldman
Veesh Goldman
I love the DB filter for showing DBIC Rows. One thing that could be added is to show prefetched relations. Right now, it just shows the parent row. I'll try...
I just tried downloading the latest version of yomichan-import, and I got the following error: ``` ./yomichan: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./yomichan) ``` With a little snooping,...
ref #105 # Synopsis An approach to using module friendly syntax for loading modules. # Open Questions 1. Is my .pm check too naive? What happens when it's syntax checking...
I've been using this as my language server through neovim. I have it setup as per the documentation, and it's working fine. The problem is that I always get a...
### Problem In my perl parser, i use a regex that uses the [`unicodeSets`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicodeSets) feature, which requires the `v` flag. Generating the parser gives me the following warning, `Warning: unsupported...
Thanks for reporting a bug! Please include all of the following: The upstream perl parser is unmaintained and very bad. I maintain a much better parser, https://github.com/tree-sitter-perl/tree-sitter-perl I would love...
I have a monorepo setup, where I have some code in the root of my repo, and other code in subdirectories. RIght now, perlnavigator is only picking up that the...
**Describe the bug** It's unclear what the valid values for `{targetType}.matchType` and the like are. In the example, it shows fields like `autoTarget` and `productCategoryAudienceTarget`. Those don't map directly onto...
If you need help troubleshooting a problem with the Amazon Ads API, visit the [Amazon Ads API service desk](https://amzn-clicks.atlassian.net/servicedesk/customer/portal/2/group/2). Issues are for reporting documentation bugs and requesting enhancements only. **Describe...
It would be nice to have an option that uses the result class to pull the canonical order for the list of columns in each row (`$row->result_source->columns`) and order by...