Skip to content

Instantly share code, notes, and snippets.

View adamsinger's full-sized avatar

Adam Singer adamsinger

View GitHub Profile
Oct-21-19 13:39:03 PM Debug: RS received packet of type Status length 12
Oct-21-19 13:39:04 PM Debug: RS received packet of type Status length 12
Oct-21-19 13:39:04 PM Debug: RS received packet of type Status length 12
Oct-21-19 13:39:04 PM Debug: RS received packet of type Status length 12
Oct-21-19 13:39:04 PM Debug: RS received packet of type Status length 12
Oct-21-19 13:39:04 PM Debug: RS received packet of type Status length 12
Oct-21-19 13:39:04 PM Debug: RS received packet of type Message length 24
Oct-21-19 13:39:04 PM Info: RS Message :- '1:38 PM'
Oct-21-19 13:39:04 PM Debug: time not checked, will check in 3180 seconds
Oct-21-19 13:39:04 PM Debug: RS time is accurate '1:38 PM 10/21/19 Mon'
Oct 21 13:31:37 raspberrypi systemd[1]: Starting Aqualink RS daemon...
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Aqualink Daemon v1.3.8a
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config log_level = 7
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config socket_port = 80
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config serial_port = /dev/ttyUSB0
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config web_directory = /var/www/aqualinkd/
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config device_id = 0x0a
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config read_all_devices = YES
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config use_aux_labels = NO
Oct 21 13:31:37 raspberrypi aqualinkd[819]: Config override frz prot = NO
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Aqualink Daemon v1.3.8a
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config log_level = 7
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config socket_port = 80
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config serial_port = /dev/ttyUSB0
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config web_directory = /var/www/aqualinkd/
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config device_id = 0x0a
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config read_all_devices = YES
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config use_aux_labels = NO
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config override frz prot = NO
Oct 21 12:17:18 raspberrypi aqualinkd[746]: Config mqtt_server = localhost:1883
import SwiftUI
struct BugRepro: View {
@State var length: Double = 1.0
var body: some View {
VStack {
Spacer().frame(height: 1)
Group {
#0 0x000000019b267030 in __psynch_mutexwait ()
#1 0x000000019b3323c4 in _pthread_mutex_lock_wait ()
#2 0x0000000100315004 in realm::util::RobustMutex::low_level_lock() ()
#3 0x0000000100341dfc in realm::SharedGroup::do_begin_write() ()
#4 0x0000000100341d04 in realm::SharedGroup::begin_write() ()
#5 0x00000001002de834 in realm::SharedGroup::upgrade_file_format() at /Users/singera/workspace/Reps New/Reps/Pods/Realm/include/realm/group_shared.hpp:991
#6 0x00000001002de5b8 in realm::SharedGroup::SharedGroup(realm::Replication&, realm::SharedGroup::DurabilityLevel, char const*) at /Users/singera/workspace/Reps New/Reps/Pods/Realm/include/realm/group_shared.hpp:753
#7 0x00000001002de32c in realm::SharedGroup::SharedGroup(realm::Replication&, realm::SharedGroup::DurabilityLevel, char const*) at /Users/singera/workspace/Reps New/Reps/Pods/Realm/include/realm/group_shared.hpp:750
#8 0x00000001002c6860 in std::__1::__unique_if<realm::SharedGroup>::__unique_single std::__1::make_unique<realm::SharedGroup, realm::Client
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>example</title>
<style>
body { margin: 30px;}
article { position: relative; }
.accel { -webkit-perspective: 100; width: 100px; height: 100px; }
.inner { -webkit-transform-style: preserve-3d; -webkit-transform: rotateY(30deg); width: 100px; height: 100px; background: blue; }
def td_with_background_image(url, width, height, *arguments, &block)
options = arguments.extract_options!
content_tag :td, {:background => url}.merge(options) do
%(
<!--[if gte mso 9]>
<v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style='behavior: url(#default#VML); display:inline-block; position:absolute; height:#{height}px; width:#{width}px; top:0; left:0; border:0; z-index:1;' src="#{url}"/>
<v:shape xmlns:v="urn:schemas-microsoft-com:vml" id="theText" style='behavior: url(#default#VML); display:inline-block; position:absolute; height:#{height}px; width:#{width}px; top:-5; left:-10; border:0; z-index:2;'>
<![endif]-->
#{capture(&block)}