Abdull

Results 54 comments of Abdull

Steps to use PR https://github.com/crankyoldgit/IRremoteESP8266/pull/2040 in *Arduino IDE 2.3.2* under Linux (no IDE restart required): ```sh ########## # prerequisites: # * have Github "gh" cli tool installed, e.g. for Debian...

``` # successfully tested on Debian 12 bookworm, x86_64 GNU/Linux git clone https://github.com/stolk/diskgraph.git cd diskgraph/ make ./diskgraph /dev/sda ```

Documentation: * https://cmake.org/cmake/help/latest/module/FindOpenGL.html * https://cmake.org/cmake/help/latest/policy/CMP0072.html * `cmake --help-policy CMP0072` * I got the reported warning as well when building Cubic SDR on version https://github.com/cjcliffe/CubicSDR/tree/033330367cd179d7b04503027d41afa7514036f4 on my system, which has the...

I think because of this issue, [the current (as of 2023-09-4) installation instructions for *Node.js 18* (which is currently the LTS version) on Debian 11 bullseye](https://github.com/nodesource/distributions/blob/3d683378b7d64cda292ab1adbb2595c1b4dac040/README.md#nodejs) **fail to install the...

> This is fully supported by news itself, furthermore this report is far from complete Trying to set up RSS for _eventnews_ just how it's done wit the _news_ extension...

Using * TYPO3 10.4.9 * news 8.5.0 * eventnews 4.0.0 In our installation, _news_ RSS feeds are set up according to [_RSS feed by TypoScript_](https://docs.typo3.org/p/georgringer/news/master/en-us/AdministratorManual/BestPractice/Rss/Index.html#id2). In our TYPO3 template, we...

Is this issue for cases such as: ``` ``` ? My use case is generating better Java classes for the [OAI DC schema](http://www.openarchives.org/OAI/2.0/oai_dc.xsd) (_better Java classes_ than those I get...

This is my `custom_oai_dc.xsd`: ``` XML Schema 2002-03-18 by Pete Johnston. Adjusted for usage in the OAI-PMH. Schema imports the Dublin Core elements from the DCMI schema for unqualified Dublin...

I tried different strategies (e.g., using an xjb file; directly annotating the XSD file etc.), but still get exceptions. File `src/main/resources/oai_dc.xsd` (untouched XML schema): ``` XML Schema 2002-03-18 by Pete...