Martin Becker

Results 10 issues of Martin Becker

How do I turn a job off and on? It would be easier if it was something like this: ``` ruby FistOfFury.active_jobs = [ { class: LogJob, persistence: :secondly, recurance:...

I'm not sure if this is a bug or not but when I do: ``` ruby require './example'` ``` the code in file example.rb doesn't seem to execute but if...

v1.2

HI, I was looking for a C project I could use to learn how to do FFI bindings for rust and I came across your project, with it's small and...

So I don't know if you thought of doing this as a potential method to keep "flexipatch-finalizer" from being so final, but I didn't notice anything like this in the...

I had wanted to re-use the same user account I had been using with Regolith Linux, I had decided to distro hop from it and chose axyl. Since I keep...

help wanted

Is this no longer being worked on? I've looked into Rutie but it's very confusing, this looks simpler, so if this is still being worked on, how can I build...

This is a feature request. I think making the rendering engine selectable can only be a good thing. For mostly the following Reasons: Sticking to react.js forces you to be...

I can have a field for setting the creation date: ```rust #[ormlite(default_value = "chrono::Utc::now()")] pub updated_at: Option, ``` but how can I have a field that is auto set every...

So I have a User model, and an Access model, I want to trigger the creation of an Access model at the same time (with some reasonable defaults) as it's...

I'm Building an SDK for the BOX API, But I'd like to be able to use it both for node and for a browser plugin, my question is if I...