Ruby Rose

Results 10 issues of Ruby Rose

[magisk_install_log_2021-09-15T23_18_41Z.log](https://github.com/Magisk-Modules-Repo/com.piyushgarg.rclone/files/7174487/magisk_install_log_2021-09-15T23_18_41Z.log) busybox dose not contain curl. so the log said, **curl: not found**. Can wget replace it? There is no /sbin folder in my system, so you may need to...

I have seen this issue https://github.com/manifold-systems/manifold/issues/147 , but currently, there are no additional keywords for virtual threads like async/await or go. ```java var client = HttpClient.newHttpClient(); var request = HttpRequest.newBuilder().GET().uri(URI.create("https://example.com")).build();...

enhancement

# Bug report ## OS information Microsoft Edge Version 110.0.1587.63 (Official build) (64-bit) Windows 11 22H2 ## Steps to reproduce 1. open https://devdocs.io 2. **enable `pytorch` `spring boot` docs** 3....

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: create table ```sql create table if not exists abc (...

enhancement

**Describe the bug** **To Reproduce** install pgvector for postgres https://github.com/pgvector/pgvector create table ```sql create table if not exists document_embeddings ( id serial8 primary key, embedding vector(2) not null, content text...

**Prettier 3.3.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBDARmJACAxBsAHSmzwFpsAGSgRmJABoQIAHGAS2gGdlRUAnfhADuABQEIeKVABthqAJ48m6fqjABrODADKqALZwAMuyhxkAM1lc4KtZu06W60wHNkMfgFdbIG-vYPb184AA8WOH52Q1hZABVIqAF2OCkrGRsmLjcZOABFLwh4S2tfACsuUJ0c-MLipHTMkABHOrhRIRYpNC4yMzgAE0HGEE9Udhk3AGEIfX1UZDQZGRHsqFdcgEEYT3Z0L3hRSJMzEozfAAsYfRkAdQv2eC5nMDgdSUf2ADdHhUWwLjKEBfHwASSgQ1gOjAUTYmwhOhgClyZyaLCENluahYi3RqUiX3MTFMNn4MA6qFc81Rvmc-FJiwUBhWTHRphgt3YAxgF2QAA5KEx+HBWuxhRSqQsGqUmDAMJzubykAAmJheGxxDBpGUgOD6dCDIYDIyodZeSlwABiEH48x2bkWqAOEBAAF9XUA) ```sh --parser yaml ``` **Input:** ```yaml abc: #abc #- 001 ``` **Output:** ```yaml abc:#abc #- 001 ``` **Expected output:** ```yaml abc: #abc #- 001 ``` **Why?**...

content may be an empty string but`!"" === true` so it will use` ComponentLoader`, but we should load it as it has content(empty content)

My program startup failed. ``` Caused by: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already ``` IntelliJ opened 90 connections, and my program opened 10 connections. The maximum allowed connection limit...

bug

When your code contains a SQL statement that uses a table that doesn't exist in the database, and you keep opening the file, you will find that IJ's CPU usage...

`return (TelegramApiException) e.getCause()` the code reuse the exception, cause the stack trace lost