WolverinDEV

Results 38 issues of WolverinDEV

One example of json output is `conserve debug index /backup/thing`, which emits json. I see you added a `-R` so that you can turn it off, which is OK, but...

topic:ui

Hey, the packet wrapper for the packet REL_ENTITY_MOVE_LOOK contains invalid methods. The methode getDx getDy and getDz are all reading the first byte of the packet. It should be for...

Hey, concluding my latest comment on the discussions https://github.com/sourcefrog/conserve/discussions/237 I open this PR. ## Motivation Right now it is not possible to view files which have been backupped with conserve...

It becomes more and more clear, that conserve currently consists of two parts: the library and the cli interface Therefore it's more sensible to split up these two parts. This...

Hey, just a quick question: Is there any way to save the loaded config as file (e.g. `yaml` file)?

The current file regex does not support electron beta builds. This pr should fix this :) An example: ``` find_package(NodeJS) set(NODEJS_URL "https://atom.io/download/atom-shell") set(NODEJS_VERSION "v4.0.0-beta.7") nodejs_init() ```

Create a mobile version suitable for touch and small screen devices

enhancement