Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
maodouzi123 closed an issue on houxinlin/cool-request
cookie设置了JSESSIONID没有生效
版本2024.10.15 domain设置的是http://localhost:8888,cookie设置是:JSESSIONID=51DBAFC35A52DDE38AD83D496D47D3E0; Path=/; HttpOnlymaodouzi123 created a comment on an issue on houxinlin/cool-request
还是不行,设置了全局变量,domain写成localhost都不行,后台看sessionid拿到的值不是我设置的值
maodouzi123 opened an issue on houxinlin/cool-request
cookie设置了JSESSIONID没有生效
版本2024.10.15 domain设置的是http://localhost:8888,cookie设置是:JSESSIONID=51DBAFC35A52DDE38AD83D496D47D3E0; Path=/; HttpOnlymaodouzi123 closed an issue on houxinlin/cool-request
使用了插件springboot无法启动
插件版本:2024.10.15 springboot版本:1.5.14.RELEASE 启动就报错:Application startup failed java.lang.AbstractMethodError: null at org.springframework.boot.SpringApplicationRunListeners.callFinishedListene...maodouzi123 opened an issue on houxinlin/cool-request
使用了插件springboot无法启动
插件版本:2024.10.15 springboot版本:1.5.14.RELEASE 启动就报错:Application startup failed java.lang.AbstractMethodError: null at org.springframework.boot.SpringApplicationRunListeners.callFinishedListene...maodouzi123 pushed 105 commits to main maodouzi123/aseprite
- [cli] Add -list-layer-hierarchy option Example output: group1/ layer1.1 layer1.2 group1.1/ layer1.1.1 grou... aa15296
- [ci] Add commit linter action ae63c63
- [ci] Change comment-on-pr action to IdanHo/comment-on-pr This is the exact version that SerenityOS uses, it looks li... 9b50f0b
- Reword and add more information to the contributing guide a41644f
- [msvc] Use a workaround to fix compiler bug (fix #4526) Reported in https://developercommunity.visualstudio.com/t/In... 2ed5845
- [ci] Change jobs matrix Compile with ENABLE_UI=ON/OFF (gui/cli) and ENABLE_SCRIPTING=ON/OFF (lua/noscripts) variants... 6cdf2ae
- [ci] Remove workaround for windows-2022 runner and cmake 3.25.0 Reverts 63a9aa67c93f3c515e2e03205f6897a16f76dfb2 927a24b
- Update submodules 31f3c79
- Fix doc::blend_image() to support different color modes (fix #4530, fix #4531) The code was refactored moving the Bl... 8f7bf09
- Reorganize compilation flags in CMakeLists.txt files * Moved flags that only app-lib uses from add_definitions() to ... 533fb77
- Update GPU flag correctly on all display when it's changed 2c7fc76
- [gpu] Avoid reading pixels from a GPU surface to move a window On CPU we might try to blit the old content of the wi... 8494217
- [gpu] Fix outdated os::Surface to show latest changes on the canvas We have to mark the SkBitmap as modified (new ge... 2827618
- [win] Fix sync between mouse cursor <-> stylus cursor (fix #4539) Added a new option (enabled by default) to set the... f29ec83
- Remove System::tabletAPI() function 7d63ceb
- [x11] Move the user-defined pattern to detect pens to TabletOptions f21c9f2
- Remove unused header file from ui/widget.cpp 2e58e70
- [x11] Don't use ui::move_region() to move windows on X11 It's quite slow, it's faster just to repaint the background. 9fb0ee6
- Show relative path when exporting sprite (fix #4059) When exporting a file that was already saved, shows the relativ... db63907
- Disable bugprone-narrowing-conversions clang-tidy check 649f444
- and 85 more ...