Pierre B.

Results 16 issues of Pierre B.

So there seems to be a problem with long column names when doing joins as the library aliases column names in this fashion: ``` entity__related_entity__aliased_column ``` I was getting the...

**Go Version:** 1.12.6 **Problem:** I have two packages: - `github.com/myorg/package-a` -> Main package, gets compiled - `github.com/myorg/package-b` -> Boxes are located in this package, this package does not get compiled...

Since `AdvancedCallableResolver` was introduced midway through the release of Slim 4, we will need to unify the two interfaces in Slim 5 and break everything moving forward. We will also...

Slim 5

### Bug Report The library is currently failing a `UriIntegrationTest` https://github.com/php-http/psr7-integration-tests | Q | A |------------ | ------ | Version(s) | 2.8 #### Summary #### Current behavior Fails the tests...

Bug

This is in relation to [Slim issue #2524](https://github.com/slimphp/Slim/issues/2524). Adding a page like [Facebook's Sites-Using-React Page](https://github.com/facebook/react/wiki/Sites-Using-React) may help attract newcomers. This could be a community generated page with stories shared by...

I found myself needing the opposite of the `::throws` function. Would you be interested in adding such an assertion?

### Describe the bug Using the statement `import type { SomeType } from './Component.d.ts'` throws a parsing error. I'm not sure if this is related: https://github.com/babel/babel/issues/10981 ### Steps to Reproduce...

type/bug

After discussing with @JustSteveKing on Slack, I was thinking that we could enable the console user to maybe create components like route handlers and migrations. Would we be able to...

discussion