Gökçe Aydos

Results 32 issues of Gökçe Aydos

When I try to extract the attributes using XPath and ``--xml``, I get empty XML output: ```sh $ wget https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/main/src/ontology/doid.owl $ xidel -se "//rdfs:label[text()='malignant hyperthermia']/../@rdf:about" doid.owl http://purl.obolibrary.org/obo/DOID_8545 # extracting a...

### Subject of the issue `coursera-dl` deletes `+` symbol in math equations ### Your environment * Operating System (name/version): Archlinux * Python version: 3.9.9 * coursera-dl version: ### Steps to...

*Branching* is not part of the section *Important Git features*. Is this intended? https://github.com/seankross/the-unix-workbench/blob/e928de5367a71843ef2c13e57f712de79cfe3148/06-Git-and-GitHub.Rmd#L642-L644

https://github.com/seankross/the-unix-workbench/blob/e928de5367a71843ef2c13e57f712de79cfe3148/04-Working-with-Unix.Rmd#L420-L422 [`grep` man - description](https://man.archlinux.org/man/core/grep/grep.1.en#DESCRIPTION) states: > the variant programs egrep and fgrep are the same as grep -E and grep -F, respectively. These variants are deprecated, but are provided...

When I edit the following file in the CodeMirror editor, I get an error about `flake8` being not installed. https://github.com/stanfordpython/python-labs/blob/master/handouts/lab-2/data-structures.py The linter seems to choke due to special characters. A...

With `gcc` version 11.1.0 I get the following errors: ``` In file included from src/read_index_ele.h:37, from src/FMI_search.h:41, from src/FMI_search.cpp:32: src/utils.h:60:46: error: macro "__rdtsc" passed 1 arguments, but takes just 0...

#### Problem solved by the commit realloc() returns a NULL if reallocation was not successful. This was not handled properly (by returning `new_size` after conditional execution `free(temp)`. More info on...

I see two default values. Is this a bug or feature in the [`ParticipantIndex` docs](https://github.com/eclipse-cyclonedds/cyclonedds/blob/master/docs/manual/options.md#cycloneddsdomaindiscoveryparticipantindex)?: https://github.com/eclipse-cyclonedds/cyclonedds/blob/0bf9552ab4569a813565ff03495bf4122a14814f/docs/manual/options.md?plain=1#L127-L129 On my setup with multicast disabled I can reach other participants without explicitly setting...

On page https://projectf.io/posts/numbers-in-verilog/ you mention: > Say you’ve got a bit-endian ... You probably mean big > ... byte from I2C and want to convert it to little-endian. Alas, you...

documentation

I use Galactic and compiled from source on Archlinux. I wanted to start the following simulation according to [Gazebo-simulation](https://emanual.robotis.com/docs/en/platform/turtlebot3/simulation/#gazebo-simulation): ``` $ export TURTLEBOT3_MODEL=waffle_pi $ ros2 launch turtlebot3_gazebo empty_world.launch.py ``` I...