-
It looks like using the latest PrettyFace (0.10.3) with the latest ActionPack (4.2.0) causes the html formatter to blow up (stack trace below). Temporary fix is to use a version of ActionPack below 4.…
-
I'm having troubles making Nexus build inside a Docker container. It fails with error `ELOOP: too many symbolic links encountered`. Locally the build works fine.
The problem is easy to reproduce u…
-
Format keeps crashing with stuff like this:
```
ceylon.language.Exception "Unexpected token 'import' ([@0,0:5='import',,1:0]), expected 'shared' instead"
at ceylon.formatter.FormattingWriter$13.…
-
Is there a walker method that efficiently returns the elements at the end of the tree (leaves)?
I took a look at the raw nodes and it looks like all of the leaf nodes have a `next` value that looks…
ghost updated
5 years ago
-
I would like to implement the ability to receive data from the health connect integration in the background without using background tasks with periodic updates.
Is there any way to listen to an even…
-
Hi just cloned the x-platform project example and did a bundler update and it was fine.
But i tried running ./run.rb and bundler exec cucumber -p ios and its given me this:
lummy:x-platform-example …
-
```
Parser does not catch all 'early errors' yet (cf. Section 16 of the ES5 spec)
Intent is to write a post-processing tree-walker that reports these.
```
Original issue reported on code.google.com b…
-
The current copy tree functionalities take in a Walker object, which is good for simple filtering of directories if you want to selectively copy files in a directory. The Walker functionality is very …
-
I have the IDE and ide-common projects open, and their dependencies, but I'm not touching any file from these projects. The build is done and Eclipse is doing nothing.
Now I edit a file from the `cey…
-
I have this [NBT Explorer-like printing](https://github.com/MestreLion/mcworldlib/blob/main/mcworldlib/nbt.py#L261) and when re-implementing it using my [generic tree walker](https://github.com/Mestre…