-
> I'm not actively maintaining this repo at this point. If someone else wants to step in to help with maintenance, I'd be happy to share maintainer rights. But I won't be able to review this myself fo…
-
As we spoke of during the last ARIA meeting, there needs to be a way of defining synchronicity between the ARIA spec and the AccName spec regarding which roles are recursively traversed.
Since the …
accdc updated
7 months ago
-
```scala
trait Arr[T]
object Arr {
def apply[T](xs: T): Arr[T] = null
def apply(x: Long) : Arr[Long] = null
}
object I {
implicit def arrToTrav[T] (a: Arr[T]) : Traversable[T] = …
-
### Environment
* **Version**: up-to-date with master
* **Installation**: non docker
* **PHP version**: PHP 8.1.18
* **OS**: Ubuntu
On any page, I've got this issue:
```
'PHP message:
PHP …
-
I noticed in the findPath function the js will return if the endpoint isn't traversable. I'm interested in a state of affairs where a character might interact with a tile that isn't traversable (say, …
-
```
» npx spago publish
Reading Spago workspace configuration...
Read the package set from the registry
✅ Selecting package to build: foldable-traversable-extra
Downloading dependencies...
B…
-
**Reported by bgaraventa on 2014-04-03 18:24**
An [ARIA Flowto](https://www.w3.org/WAI/GL/wiki/Using_aria-flowto) region is defined when aria-flowto is set to a specific ID reference to flow to.
W…
-
* Dart analyzer and linter
Flutter master.
I’m working on a project that structure around a core class:
`sealed class Operation`
Everything was working well but I found a solution to simplif…
-
The order of implicit parameters matters during use site-inference.
The method definitions below successfully compile. Actually using y and z yields a compile-time error with message: "diverging im…
-
Trying to publish my package `postgresql` and `node-stream-pipes` and getting the following error:
```
2024-06-25T19:51:22.212Z Cannot register this package because it has unregistered dependencie…