0xorial

Results 16 issues of 0xorial

I am working on .net port of pact. There is something unclear to me.. Assume I have a following test case: ``` { "match": true, "comment": "top level array matches",...

Seriously though, is there any development still ongoing and is it being actively used?

I am trying to run nglview in google colab, but even simplest test does not seem to show anything. The repro here: https://colab.research.google.com/drive/1zN-Kt3o25i7xbjUjP9woQZXSgmGlpDIC ![image](https://github.com/nglviewer/nglview/assets/2620634/fe22d087-54e3-451a-b352-4f6badc840d1)

Output below: ``` pi@octopi:~/crowsnest/bin/camera-streamer $ ./camera-streamer --rtsp-port=8554 --camera-format=MJPG ./camera-streamer Version: (f1627aa) output/rtsp/rtsp.cc: ?: Running RTSP server on '8554' device/v4l2/device.c: CAMERA: Device path=/dev/video0 fd=15 opened device/v4l2/device_options.c: CAMERA: Configuring option horizontalflip (00980914)...

I am trying to use seq for my home server. Among other things I am forwarding docker logs via gelf to seq. To do this I use [seq-input-gelf](https://github.com/datalust/seq-input-gelf). My current...

``` from Bio.Align import MultipleSeqAlignment, PairwiseAligner, Seq, Alignment, write aligner = PairwiseAligner() aligner.mode = 'local' aligner.mismatch_score = -10 aligner.open_gap_score = -10 aligner.extend_gap_score = -1 a = sorted(aligner.align('CCCGGGTTTAAA', 'ATTTAAA' ))[0] print(a.format('fasta'))...