Luke
Luke
According to the [documentation on interfaces](https://github.com/Folkloreatelier/laravel-graphql/blob/v1.1/docs/advanced.md#interfaces) for this repository, the `resolveType` method receives an argument `$root`, as so: ``` public function resolveType($root) { // Use the resolveType to resolve the...
Line 99: ``` sectionOffsets[sections[i].id] = sections[i].offsetTop; ``` `offsetTop` fetches the element relative to the top of the nearest relatively positioned element, not relative to the document. If you by chance...
It'd be great if this package was available as a repository to use in Composer without having to manually build a package definition, also, set up the package in such...
We have these lines of code in our `backend_base` variant: https://github.com/ackama/rails-template/blob/89c633c72044c37ebc89bc4f675fbb1ad70a3d12/variants/backend-base/config/template.rb#L20-L22 These have not been touched in several years and [now differs from what Rails provides](https://github.com/alphagov/collections/blob/main/config/initializers/filter_parameter_logging.rb). We should re-establish what...
[`@import`](https://sass-lang.com/documentation/at-rules/import/) is deprecated, while [`@use`](https://sass-lang.com/documentation/at-rules/use/) is sparkly and has a number of benefits outlined on the sasslang page just linked, namely reducing the number of globally scoped members in favour...
I'm not even sure this repo is maintained anymore. I sure hope it is, since it could be very useful. Can anyone please explain why [this GIF](http://i.imgur.com/oMO1TRH.gifv) returns a `getTotalDuration()`...
I am walking a directory, `./source`, and even though I have specified a filter to include only markdown files via `path.extname()`, I am still receiving the root directory as an...
## Describe the Enhancement: Currently, the `allow_different_nesting` option for `MD024` only allows duplicate header names if those headers are on the same level. This is the example given in the...