Bo

Results 404 comments of Bo

I am looking for the same feature and would like to see this PR merged.

@ellmetha Please let me know if this feature is potentially acceptable so that I can either close or improve it. Thanks.

Hi, @ellmetha This PR is essentially a quick patch to support my own website so the implementation was certainly not finalized (and overriding `delete()` was just a less-invasive change compared...

@ellmetha I have updated the PR 1. use `approve()` and `disapprove()` instead of overriding `delete()`. 2. add an additional setting to control if pending posts are displayed. I continued to...

I have seen this error when local and remote database do not match, after some reset/restore of local djstripe database. What happened in my case was that 1. a User...

> Have you considered using a service worker to intercept the request and serve the response from the client ? That is essentially the "mock" server that the htmx documentation...

I tested and found that ```python def get_object_parameters(self, name): return {'ACL': 'public-read'} ``` still does not work. The reason might be related to [`x-amz-acl` header](https://stackoverflow.com/questions/66555915/cannot-upload-files-with-acl-public-read-to-digital-ocean-spaces) but I have no idea...

What is your version of JupyterLab? I think the problem is that jupyterlab-sos currently depends on version 3.4.0 version of the API https://github.com/vatlab/jupyterlab-sos/blob/498aaa3d39d1a16e468226b1f98a6fbde3c34ce8/package.json#L50C34-L52

jupyterlab 4.0.0 was released a month ago so this is why we have not been able to catch up. Before we formally support this version, you can try to use...

Let me see if JupyterLab 4 has incompatible API change for jupyterlab-sos.