I am trying to grep this pattern: ^#include\s+"[^"]+" Unfortunately, when I try the following in a Windows batch file, the pipe (|) and the sort are treated as
I am trying to pass an argument to Proc0#call but Sorbet fails: foo do |data| # Do stuff end sig { params(block: T.proc.void).void } def foo(&block) x
I am running the below code in spark to compare the data stored in a csv file and a hive table. My data file is about 1.5GB and about 0.2 billion rows. When I r
I started on this small project just for fun for my friend's server. She wanted to have the bot reply to her any time she said anything in her server and she wa
I'm creating a helper class which should guide my co-workers in using it. Let's assume its a string-builder for proper building of a markdown-string. string res
I have a small node project I am trying to migrate to TS. I used to use some js files in my local system at the location '/opt/nodejs/' like const common = requ
[EDIT (2)] The following change gets rid of the error, but the element does not show up in the browser (however it appears in the 'inspector' (developer tools),
How to get coordinates of a point in a coordinate system when all I have is the origin coordinates (x, y) and the angle from the origin to the point and the dis
I am using franela/dind image to get a bash: docker run --rm --privileged -it franela/dind bash *make sure to remove /etc/docker/daemon.json before running