rand00

Results 31 issues of rand00

I just were in a situation where I wanted to create an alternative shortcircuiting option, lets call it `--version-of-foo`. From the interface there doesn't seem to be an elegant solution....

enhancement

I have a usecase where I use Box2.t to represent arrows pointing in 2d-space. This means that they can have sizes that are negative in the x or y dimension....

enhancement

**Describe the bug** After researching - I guess that the problem is addon permissions when opening local html-files. I can get vimium to work on local files in chromium via...

This PR depends on https://github.com/ocsigen/tyxml/pull/308 The Tyxml PR fixes types, names and attributes of Svg animations

blocked

Hello, first of all - nice job with making a torrent client compatible with i2pd (: My problem is that when I remove .torrent + the data from storage/downloads -...

Don't know if this is the case with eliomc. The documentation of the compilation workflow states: > [eliomc & js_of_eliom] are wrappers around ocamlfind, ocamlc and js_of_ocaml. ... Which should...

post-eliom-6.0
build system

The bytecode-version works fine, running the `ocsigenserver` executeable. The problem happens when having an extra module linked into the cmxs while running `ocsigenserver.opt`. I get the following error: ``` ocsigenserver.opt:...

post-eliom-6.0
build system

When having the main ".eliom" module reference a server-side value from another ".eliom" module (not referencing any client-side values); client-side fragments contained in server-side values in the referenced module will...

post-eliom-6.0
build system

Hello - I've just started using eliom and have stumpled upon the following problems several times before making a wrapper-script: - when running `make test.byte` - old compiled object files...

post-eliom-6.0
build system

I've found myself needing to switch away from server-side defined reactive signals and nodes, as the server-side `Eliom_shared.React.S` interface is partial compared to `React.S` (in contrast to the client-side version)....

post-eliom-6.0