This file contains hidden or 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
#4 0x00000000008497d1 in TimelineItemModel::index (this=0x36b3ea0, row=1, column=<optimized out>, parent=...) | |
at /home/coconnor/Development/kdenlive-dev/kdenlive/src/timeline2/model/timelineitemmodel.cpp:96 | |
#5 0x000015554f791f9f in ?? () from /nix/store/xw6801rp6hfs10vxq9nqyfzjxcwyz92m-qtbase-5.12.0/lib/libQt5Core.so.5 | |
#6 0x000015554f7944d5 in ?? () from /nix/store/xw6801rp6hfs10vxq9nqyfzjxcwyz92m-qtbase-5.12.0/lib/libQt5Core.so.5 | |
#7 0x000015554f79661c in ?? () from /nix/store/xw6801rp6hfs10vxq9nqyfzjxcwyz92m-qtbase-5.12.0/lib/libQt5Core.so.5 | |
#8 0x000015554f79888d in ?? () from /nix/store/xw6801rp6hfs10vxq9nqyfzjxcwyz92m-qtbase-5.12.0/lib/libQt5Core.so.5 | |
#9 0x000015554f79a471 in ?? () from /nix/store/xw6801rp6hfs10vxq9nqyfzjxcwyz92m-qtbase-5.12.0/lib/libQt5Core.so.5 | |
#10 0x000015554f7f359b in QMetaObject::activate(QObject*, int, int, void**) () from /nix/store/xw6801rp6hfs10vxq9nqyfzjxcwyz92m-qtbase-5.12.0/lib/libQt5Core.so.5 | |
#11 0x000015554f76b43e in QAbstractItemModel::rowsInserted(QModelIndex cons |
This file contains hidden or 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
Thread 1 "runTests" received signal SIGSEGV, Segmentation fault. | |
0x000000000058318b in fakeit::VirtualTableBase::setMethod (method=0x582960 <fakeit::MockImpl<ProjectManager>::unmocked()>, index=<optimized out>, this=0x18381e0) | |
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:5695 | |
5695 _firstMethod[index] = method; | |
(gdb) bt | |
#0 0x000000000058318b in fakeit::VirtualTableBase::setMethod (method=0x582960 <fakeit::MockImpl<ProjectManager>::unmocked()>, index=<optimized out>, this=0x18381e0) | |
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:5695 | |
#1 fakeit::VirtualTable<ProjectManager>::initAll (value=0x582960 <fakeit::MockImpl<ProjectManager>::unmocked()>, this=0x18381e0) | |
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:5780 | |
#2 fakeit::MockImpl<ProjectManager>::createFakeInstance () at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:8186 |
This file contains hidden or 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
machine: must succeed: xwininfo -root -tree | sed 's/.*0x[0-9a-f]* \"\([^\"]*\)\".*/\1/; t; d' | |
machine# [ 54.564100] dbus-daemon[777]: [session uid=1000 pid=775] Activating service name='org.kde.ActivityManager' requested by ':1.12' (uid=1000 pid=909 comm="/run/current-system/sw/bin/plasmashell ") | |
machine: exit status 0 | |
(0.30 seconds) | |
machine: must succeed: xwininfo -root -tree | sed 's/.*0x[0-9a-f]* \"\([^\"]*\)\".*/\1/; t; d' | |
machine: exit status 0 | |
(0.22 seconds) | |
machine# [ 56.153277] dbus-daemon[777]: [session uid=1000 pid=775] Successfully activated service 'org.kde.ActivityManager' | |
machine# [ 56.220160] xsession[758]: System timezone has been changed, new timezone is "UTC" | |
machine: must succeed: xwininfo -root -tree | sed 's/.*0x[0-9a-f]* \"\([^\"]*\)\".*/\1/; t; d' |
This file contains hidden or 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
lazy val client = glngn.sbt.InternalClient("glngn-client", file("client")) | |
.dependsOn(shared) | |
.settings( | |
commonSettings | |
) | |
.jsSettings( | |
Compile/mainClass := Some("glngn.client.Main"), | |
coverageEnabled := false |
This file contains hidden or 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
lazy val client = crossProject(JSPlatform) | |
.withoutSuffixFor(JSPlatform) | |
.crossType(CrossType.Full) | |
.dependsOn(shared) | |
.enablePlugins(glngn.sbt.Client) | |
.settings( | |
name := "glngn-client", | |
commonSettings, |
This file contains hidden or 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
lazy val site = glngn.sbt.Site("my-business-service") |
This file contains hidden or 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
diff --git a/pkgs/development/libraries/opencv/4.x.nix b/pkgs/development/libraries/opencv/4.x.nix | |
index 9fffd3d9477..66dc997afc3 100644 | |
--- a/pkgs/development/libraries/opencv/4.x.nix | |
+++ b/pkgs/development/libraries/opencv/4.x.nix | |
@@ -249,6 +249,7 @@ stdenv.mkDerivation { | |
"-DCUDA_FAST_MATH=ON" | |
"-DCUDA_HOST_COMPILER=${cudatoolkit.cc}/bin/cc" | |
"-DCUDA_NVCC_FLAGS=--expt-relaxed-constexpr" | |
+ "-DBUILD_opencv_cudaoptflow=OFF" | |
] ++ lib.optionals stdenv.isDarwin [ |
This file contains hidden or 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
# nix-shell . -A env | |
let | |
pkgs = import <nixpkgs> {}; | |
stdenv = pkgs.stdenv; | |
in rec { | |
env = pkgs.stdenv.mkDerivation rec { | |
name = "env"; | |
shellHook = '' | |
alias cls=clear | |
''; |
This file contains hidden or 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
interp.load.ivy( | |
("org.platanios" %% "tensorflow" % "0.4.1").withClassifier("linux-cpu-x86_64") | |
) | |
import $ivy.`org.plotly-scala::plotly-almond:0.7.6` | |
import $ivy.`org.platanios::tensorflow:0.4.1` | |
import plotly._ | |
import plotly.element._ | |
import plotly.layout._ | |
import plotly.Almond._ |
This file contains hidden or 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
lazy <artifact> val var$macro$74$lzy: scala.runtime.LazyRef[zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity]] = new scala.runtime.LazyRef[zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity]](); | |
<artifact> private def var$macro$74$lzycompute(): zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity] = var$macro$74$lzy.synchronized[zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity]](if (var$macro$74$lzy.initialized()) | |
var$macro$74$lzy.value() | |
else |