Ed

Results 8 issues of Ed

When accessing a cookie, the expiration date should be updated. For example, if my session.cookie_expires is 500, the expiry date of the cookie should always be last_accessed + 500 seconds....

Small fix for the the UTC breaking chances

Below error when trying to retrieve value by key from a BSON object ``` Error in src/api.cr:8: instantiating 'Mongo::Collection#find(Hash(String, Hash(String, Int32)))' collection.find({"age" => {"$gt" => 30}}) do |doc| ^~~~ in...

This has been raised and fixed in the main raylib repo a few years back [(link)](https://github.com/raysan5/raylib/issues/527) and I was wondering if there are any plans to fix it here. I'm...

Not a bug, just a query really. In [Sinatra](http://sinatrarb.com/intro.html) it has a helpers method where we can add any custom helpers we may have, I used this a lot for...

Hi, Using the tutorial: https://www.slimframework.com/docs/v3/cookbook/enable-cors.html My API now returns 404 instead of a 405 for resources that exist but are not registered for the request type. Example: A POST request...

Before submitting a new issue, please verify and check: - [x] The issue is specific to Raylib-cs and not raylib - [x] I checked there is no similar issue already...

### Describe the bug I have a solidJS app hosted under `domain.com/solidjs/`. My Router is setup with a base property: `` And my vite config has `base: "/solidjs/";` Everything seems...