-
Base41 could be the optimal format to store binary data in URIs optimized for QR Codes.
QR Codes in alphanumeric mode can encode all the characters allowed in URIs (RFC 3986): `ABCDEFGHIJKLMNOPQRST…
-
```
I got the following:
Caught an exception while rendering: 'ascii' codec can't decode byte 0xe3
in position 0: ordinal not in range(128)
models.py
Before:
290 def image_filename(self):
291 …
-
```
I got the following:
Caught an exception while rendering: 'ascii' codec can't decode byte 0xe3
in position 0: ordinal not in range(128)
models.py
Before:
290 def image_filename(self):
291 …
-
### Steps to reproduce the issue
Look at this block of code https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Filesystem/File.php#L86-L90 , we can see that incase `transliterator_transl…
-
wget https://github.com/dvdxaker/Rails-Installer-for-ubuntu-13.04/raw/master/Install_rails.sh
--2013-07-05 17:21:04-- https://github.com/dvdxaker/Rails-Installer-for-ubuntu-13.04/raw/master/Install_r…
-
![image](https://user-images.githubusercontent.com/2193314/206479533-ce092fc6-3208-4a77-bab5-1046ae5db95b.png)
```
"terminal.integrated.wordSeparators": " ()[]{}',\"─‘’",
```
The decoration …
-
Feature gate: `#![feature(ascii_char)]` `#![feature(ascii_char_variants)]`
This is a tracking issue for the `ascii::Char` type from https://github.com/rust-lang/libs-team/issues/179
https://doc.…
-
smg have reported another work that is having issues. Looks like the 'view file in viewer' isn't there and I'm unable to download the work.
[https://sciencemuseumgroup.iro.bl.uk/concern/articles/d12fe…
-
Hi all,
I just run the script and it installed everything.
BUT, at the end, the rails command is not recognized:
Start list of ruby installed:
rvm rubies
ruby-1.9.3-p448 [ x86_64 ]
=\* ruby-2.0.…
-
If you paste armored text into GUI decrypt tool (whether created with mode encrypt or signcrypt) the GUI will display the decrypted plaintext directly within the GUI.
However, if you instead choose…