-
I do not think it make sense to reverse some of the interview stage of an applicant. for example with interview confirmed using
`add n/y t/bc e/y@example.com j/CS2103 p/000 r/Good at drawing`
it doe…
-
**Bug Description**
The example states that it is able to edit by using the NRIC as a form of index: example `edit S1234567D n/Benson Lim`.
**Steps to Reproduce**
1. Ensure there is a person with t…
-
### Describe the feature you'd like
I just saw your latest thread on /r/selfhosted and I got very excited for the project, it looks great and very intuitive. I noticed that more space can be used as …
-
when adding postDirections on chatDirections
should grab all of the guidelines to follow
this is so it does not ignore requests that are extremely important to follow for how the character behaves
…
-
**Is your feature request related to a problem? Please describe.**
To interact with the publisher API we are using the publisher models and the Furly.Extensions library so we don't have to maintain th…
-
_Need help? Please review [how to read a Staging Review ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/anatomy-of-a-staging-review-issue-ticket). Tag `@platform-govern…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
#### Your system information
* Steam client version (build number or date): Steam Version: 1731433018 / Steam Client Build Date: Tue, Nov 12 6:10 PM UTC +01:00
* Distribution (e.g. Ubuntu): Linu…
-
**Describe the bug**
A clear and concise description of what the bug is.
Turning/having newchunks on ( no matter what mode ) gives the error : Internal Exception: java.lang.nullpointerexception whi…
-
Consider this simple function:
``` c
void anti(int *A, int x, unsigned N, unsigned M) {
for (unsigned m = 0; m < M; ++m)
for (unsigned i = 0U; i < N - 1; ++i) {
A[i] = A[i + 1] + x;
…