- This page is a collection of some of the Advanced queries from the [[Datalog]] channel on the [[Logseq/Discord]] server. #datalog id:: 61db13f4-75e8-4f87-ad60-3ac3479c5fc8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains pin mappings and reasonable defaults for Prusa i3 MK3S | |
# printers. It will work with MK3 (non-S) by selecting the alternative filament | |
# sensor. References to common community mods are included as well. | |
# | |
[include mainsail.cfg] | |
[skew_correction] | |
[force_move] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Metro library for timing: https://github.com/surik00/Arduino-Metro | |
#include <Metro.h> | |
#define RED_PIN 16 | |
#define GREEN_PIN 14 | |
#define BLUE_PIN 12 | |
#define ARR_LEN 6 | |
#define RGB_MAX 255 |
Intel i7-8750H nVidia GTX 1050 Ti
Summary of my findings (Please comment if you can get further than me) :
edit: 06/2019 guys in the comments have found workarounds and new solutions !
Most importantly : Lenovo refuses to provide any kind of support for their product on Linux, even though the computer is sold without an OS
##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
When you're testing controllers and need to specify parameters across multiple requests, don't repeat yourself! A micro gem* to wrap up a convenient helper for default parameters in controller specs. Cleaned up version of code in this Stack Overflow answer: http://stackoverflow.com/a/14623960/2284646.
- Micro gems as suggested by Jeff Kreeftmeijer (http://jeffkreeftmeijer.com/2011/microgems-five-minute-rubygems)
Add this line to your application's Gemfile:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "touchpad" | |
Driver "synaptics" | |
MatchIsTouchpad "on" | |
# Enables Palm Detection to prevent bad clicks | |
# This seems to work on PS/2, but not on i2c | |
Option "PalmDetect" "1" | |
Option "PalmMinWidth" "8" | |
Option "PalmMinZ" "100" | |
# Enable clickpad support |
NewerOlder