-
The need is to add more journey alternatives to the result even if they are slower.
-
We should finally host the website on github.io so that everyone from public can try it.
-
`build.rs` can be used for optional checks such as [skeptic](https://crates.io/crates/skeptic). In that case it isn't convenient (especially for the library) to run it each time. So it will be useful …
-
I have found a very perplexing problem, which occurs when declaring a 64 bit global array as a bitmask.
struct ComputeParams
{
RWStructuredBuffer bitFieldBuffer;
};
…
-
# Design/Code Review 1
## Project:
Personal Movie Database
### Developer:
Joel Swanson
### Reviewer:
Kevin Kelm
|Item |Considerations| Comments/Suggestions|
|--------|---------|---|
…
kkelm updated
4 years ago
-
This issue is specific to creating custom parametric knowhows. A library I'm working on depends on being able to do this, since roles don't behave the way I need them to. I'm leaving this issue more…
-
I'd like to add a functionality to view definition of a word or phrase from Urban Dictionary. It's pretty relevant considering that Jarvis is a messenger bot.
For eg :- 'urban define lol' would give …
-
I noticed here most common reply to custom dictionary words is to roll your own. :) Why not standardise on one like the one used by https://github.com/finnlp/en-pos at
https://github.com/finnlp/en-l…
-
Hi! I am using VS2017, an earlier version of `slang 0.11.21`. Unfortunately, the `slang` codes look like simple text files, without any syntax highlights or code suggestions.
I was googling for an…
-
When running Python, string representations are still following Source/JS notation:
![image](https://github.com/source-academy/js-slang/assets/34370238/cb7920f8-e48f-4cb7-8c7c-fae19e8c47f6)
Idea…