Alexander Tømmerås

Results 11 issues of Alexander Tømmerås

One of the distinct features of Laravel 5.5 API resources is the ability to use conditional attributes: https://laravel.com/docs/5.5/eloquent-resources#conditional-attributes. For simple `when` and `mergeWhen` this is simply to avoid if-clauses and...

feature

By using the `only` method, the package allows for filtering fields: ```php return responder()->success(Product::all())->only('id', 'name')->respond(); ``` This works similar to http://graphql.org/ - however, once you start filtering relationships things are...

feature

Hi. Love the library, but having an issue where my code is checking the expected number of parameters of a function and only sending a value based on the count....

Hello, great project @toplenboren! Just migrated from Husky myself and have to say this project works in a much more elegant fashion DX-wise. Inspired by https://github.com/toplenboren/simple-git-hooks/issues/34 I've added built-in support...

Fixes https://github.com/preactjs/compressed-size-action/issues/79

We have an issue where we want our organization bot account to be responsible for making the comment on the pull request. This can easily be done by changing the...

There's an inconsistency with the data returned and the typings. The summary should include `Text` as a possible child.

### Describe the bug When I'm trying to build our configuration library, it fails with a type error after I add `eslint-plugin-antfu` as a plugin. The type error is `Default...

Hi! First of all, really great project! I got things running using the `ExportedTypes` component like this: ```tsx ``` However, the output only includes local types defined in the `button.tsx`...

### XState version XState version 5 ### Description I'm trying to create a package that creates a reusable state machine. I've simplified our machine to locate the error being the...

bug
typescript