-
**Is your feature request related to a problem? Please describe.**
cuDF has not supported nvcomp 2.2.0 for a long time, but rapids-cmake's `versions.json` still has an entry for nvcomp 2.2.0 and the o…
bdice updated
3 weeks ago
-
When parsing a comment in format
```vhdl
/*
COMMENT
*/
a : in std_logic;
```
E.g.
if `COMMENT` contains `:` e.g. if it's an url:
```vhdl
/*
https://support.xilinx.com
*/
a : in st…
-
This seems to be a regression between 0.6.0 and master. The issue currently exists on master and I'm not exactly sure why, but it is very easy to reproduce.
```rust
extern crate iron;
extern crat…
-
Hey,
if you use the parser via parseSync / parseAsync, wrapper URLs are automatically resolved. VAST defines some macros, e.g. [TIMESTAMP], is there a plan to resolve these macros on-the-fly?
-
below is the code which will give an output file containing all the data about a particular post but i'm getting null value for reactors, i tried updating the module, setting up waits but nothing chan…
-
I'd be willing to contribute with some german news outlets (will add more over time to the list):
- [x] bild.de
- [x] spiegel.de
- [x] welt.de
- [x] tagesschau.de
- [x] focus.de
- [x] fr-onli…
-
I am parsing url using `URI::Parse.new.parse` But it's throwing this error
`.rvm/gems/ruby-2.7.2/gems/uri-0.13.0/lib/uri/rfc2396_parser.rb:176:in `split': bad URI(is not URI?): https://clk.srv.sta…
-
I am trying to generate code that uses the `` operator from `Url.Parser`, but I could not find a way to do it. There is no function that returns a `BinOp` for that operator, as far as I can tell, and …
-
It might be useful to automatically populate the program configuration if a URL is passed instead of a naked domain.
This will be very convenient to use, while also resolving a common user error of…
-
So I had a OTP Url like so `otpauth://totp/Slack ({workspace_name}):{email}?secret={secret_code}&issuer=Slack`
the space was inserted as `%20`
When trying to import it via Barcode, it would buzz…