Andrey Alekseev
- Login: parovoz
- Are you a spammer?: No
- Registered on: 12/20/2023
- Last sign in: 05/02/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 0 | 2 |
Reported issues | 7 | 3 | 10 |
Activity
05/08/2025
- 08:29 PM Wt Bug #13733: Dbo::QueryModel and category chart
- Temporarily solved this by a proxy model
``` cpp
class HotfixProxy : public WIdentityProxyModel {
public:
cpp... - 08:21 PM Wt Bug #13733 (New): Dbo::QueryModel and category chart
- I have a `QueryModel<tuple<string, int, int>>` and a category chart
My application instantly crashes
```
/usr/incl...
05/02/2025
- 06:47 PM Wt Bug #13720 (New): WBootstrap5: Disabled WMenu items lose their classes on click
- In my bootstrap-themed app I have a menu with nav-pills style
``` cpp
menu->setStyleClass("nav nav-pills");
```
S... - 04:51 PM Wt Support #13719: How to configure reverse proxy for server push with fcgi
- Just ran spawn-fcgi with -p key to look what is happening in wireshark. As I can see, request is actually sent from n...
- 03:02 PM Wt Support #13719 (New): How to configure reverse proxy for server push with fcgi
- I have a simple app that uses server push
```c++
#include <iostream>
#include <Wt/WServer.h>
#include <Wt/WRe...
10/29/2024
- 07:47 PM Wt Improvements #13163 (Review): WTableView touch selection behavior
- When scrolling WTableView contents on mobile, it changes selection before touch is released.
According to [WTableVie...
07/30/2024
- 05:47 PM Wt Support #12843: Remember me cookies
- > The system that is included in Wt for the security of WResources, is to use session-private resources, i.e. the too...
07/23/2024
- 09:23 PM Wt Support #12843: Remember me cookies
- I just looked into Wt's js. I was wrong. The reason is `Wt._p_.refreshCookie()`, like some other finctions, just crea...
- 05:01 PM Wt Support #12843: Remember me cookies
- I just tried disabling WebSockets in Wt config and I can't reproduce this anymore. In web inspector I see login-cooki...
07/22/2024
- 01:52 PM Wt Support #12843: Remember me cookies
- I got it.
It happens because request related to JSlots are sent firstly for some reason, and after that I see reque...
Also available in: Atom