Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
rado31 pushed 1 commit to main rado31/portal-back
- updated: movie table (category_id is default 1) 1493526
rado31 created a comment on an issue on axios/axios
I think this is more right way ```tsx import React from 'react' import { UploadOutlined } from '@ant-design/icons' import { Button, message, Upload } from 'antd' import axios from 'axios' ...
rado31 pushed 1 commit to main rado31/portal-back
- fixed: remove movie's folder and image, after movie deletion 9ad17b3
rado31 pushed 1 commit to main rado31/portal-back
- updated: added delete movie route, adding update movie 236c6f1
rado31 pushed 2 commits to main rado31/portal-back
rado31 created a comment on an issue on http-rs/tide
```rust sender.send("name", "value", None).await.unwrap(); ``` "name" must be "message", because event listener name is "message" on client side. Sorry for this question
rado31 closed an issue on http-rs/tide
SSE send message doesn't work
# Rust code ```rust api.at("/sse").get(tide::sse::endpoint(services::send)); ``` ```rust pub async fn send( _req: Request<State>, sender: tide::sse::Sender, ) -> Result<()> { ...rado31 opened an issue on http-rs/tide
SSE send message doesn't work
# Rust code ```rust api.at("/sse").get(tide::sse::endpoint(services::send)); ``` ```rust pub async fn send( _req: Request<State>, sender: tide::sse::Sender, ) -> Result<()> { ...rado31 pushed 1 commit to main rado31/portal-back
- added: UPDATE and DELETE route for sub categories 5ccd46e
rado31 pushed 1 commit to main rado31/portal-back
- updated: category and sub category API (CRUD) dad20b1