Pranas Kiziela
Pranas Kiziela
It's not supported. I'm using monkey patch below to achieve desired behavior: ``` def self.paranoid_default_scope_sql self.scoped.table[paranoid_column].eq(false).to_sql end def self.only_deleted without_paranoid_default_scope.where("#{paranoid_column_reference}" => true) end ``` I don't think it's good though...
@goncalossilva are you going to work on it? I'm willing to implement it and prepare a pull request.
We are using Caffe2 with Golang using cgo bridge. Pure Go application code -> our wrapper package/lib with CGO -> C wrapper -> caffe2 C++. We have most of the...
@fringd I don't know ActiveAdmin internals very well but I think your approach to use string for ActiveAdmin.register is the way to go about this issue. I hope you will...
I understand you can only use the new Stealthburner front but you cannot yet use the new X carriage with extruder screws on the front or the new toolhead mounts,...
It's certainly possible to identify Chrome on iOS. Check other tools like https://www.whatsmyua.info . Chrome includes a unique segment (like `CriOS/87.0.4280.163`) in its user-agent string. It would be great if...
@paked thoughts or comments?
It would appear so but I believe ``scm`` versions are like nightlies and follow trunk/master, see [wiki](https://github.com/luarocks/luarocks/wiki/creating-a-rock#method-1-using-a-repository-such-as-github). Sadly release dates don't get updated on LuaRocks website.
How far along is this upgrade? We just tried using Replibyte and found it to be very slow at the moment.
> One ESP8266 of any kind, such as a Wemos D1 Mini, or an ExpressLRS RX (the RF chip is not used, only the ESP) Would it be possible to...