awiteb · he/him
  • Saudi Arabia
  • https://4rs.nl
  • Awiteb, a university student and lover of the world of free and open source software. Programmer and enthusiast of the Rust programming language

  • Joined on 1970-01-01
awiteb created pull request OxideTalis/oxidetalis#24 2024-07-20 15:35:04 +02:00
chore: Update the copyright
awiteb merged pull request OxideTalis/oxidetalis#23 2024-07-20 15:12:50 +02:00
feat: Just task to create `CONTRIBUTORS.md` file
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-20 15:12:44 +02:00
cb60ee84bb feat: CI to create CONTRIBUTORS.md file
awiteb created pull request OxideTalis/oxidetalis#23 2024-07-18 16:44:54 +02:00
WIP: feat: Just task to create file
awiteb closed issue OxideTalis/oxidetalis#2 2024-07-18 14:21:55 +02:00
Phase 3: In server communication
awiteb merged pull request OxideTalis/oxidetalis#14 2024-07-18 14:21:39 +02:00
feat: Chat request implementation
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-18 14:21:18 +02:00
82132fc446 feat: Chat request implementation
awiteb merged pull request OxideTalis/oxidetalis#22 2024-07-18 11:47:00 +02:00
change: Use Scalar as default openapi UI
awiteb closed issue OxideTalis/oxidetalis#19 2024-07-18 11:46:47 +02:00
Use Scalar as the default openapi viewer
awiteb pushed to master at OxideTalis/oxidetalis 2024-07-18 11:46:47 +02:00
2e0342e820 change: Use Scalar as default openapi UI
awiteb created pull request OxideTalis/oxidetalis#22 2024-07-18 11:37:25 +02:00
change: Use Scalar as default openapi UI
awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-18 11:21:08 +02:00
feat: Chat request implementation

Ok, it is just 100 functions

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-18 10:32:19 +02:00
feat: Chat request implementation
image

There are a lot of functions that need to be checked, 300+ functions to check if the log is necessary or…

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-18 09:22:40 +02:00
feat: Chat request implementation

Ok, I get it. It ask me to implement ToSchema because of this

impl<T, const R: bool> EndpointArgRegister for QueryParam<T, R>
where
    T: ToSchema, // <----
{
    fn register(com
awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-17 18:47:46 +02:00
feat: Chat request implementation

Well, I remembered when I added it, it was a pain to add a new error (before ws_error macro) so I thought it was good for simple messages.

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-17 18:44:07 +02:00
feat: Chat request implementation

I'll remove Message event it is actually useless. I don't know why I thought it was good.

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-17 09:35:10 +02:00
feat: Chat request implementation

Let's make it later, since we'll merge them. I don't want to think about it right now

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-17 09:27:01 +02:00
feat: Chat request implementation

I'll see it, the reason why I don't put it as an argument, is because Salvo ask me to implement ToSchema to it.

As I see, Salvo want it as one parameter, but the pagination is two…

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-17 09:17:02 +02:00
feat: Chat request implementation

I forgot to remove it, this should be a feature soon. Is good right?

awiteb commented on pull request OxideTalis/oxidetalis#14 2024-07-17 09:13:50 +02:00
feat: Chat request implementation

Right, this should be an error, not a message. I don't know how is this happened