sacesare

Results 11 issues of sacesare

**Describe the bug** For repository "type:gitlab". [Satisfy](https://github.com/ludofleury/satisfy/issues/116) is not working with "rearchive:false" option in "archive" section=download existing archive. **To Reproduce** Create satis.json with : ` "repositories": [ { "type": "gitlab",...

bug

Cloned from master, composer install --no-dev and in result(docker version): Sorry, the page you are looking for could not be found. 1/1 NotFoundHttpException in RouterSubscriber.php line 57: No route found...

Hi, intellisense for any script not working in vscode: ``` [dbug]: OmniSharp.Script.Dotnet.Script.DependencyModel.Process.CommandRunner Executing 'dotnet build "C:\Users\my\AppData\Local\Temp\dotnet-script\f\test\net6.0\compilation\script.csproj" /p:OutputType=Library -o compilation --nologo' [dbug]: OmniSharp.Script.Dotnet.Script.DependencyModel.Process.CommandRunner F:\dotnet-sdk-5.0.401-win-x64\sdk\6.0.200\Microsoft.Common.CurrentVersion.targets(4650,5): error : DirectoryNotFoundException: Could not find a...

After install of any extension like "php7.1-pdo_pgsql", docker delete /etc/php/7.1/*.conf files, so fpm not work anymore. Sample Dockerfile: FROM phpearth/php:7.1-nginx RUN apk add --no-cache php7.1-pdo_pgsql Docker version: 18.03.1.ce-1.el7.centos Linux: centos...

### Description nerdctl tries to create "default" bridge network , not respecting ` --network` option for `run` command using existing network. ### Steps to reproduce the issue Prerequisite: run nerdctl...

status/needs-more-information
kind/unconfirmed-bug-claim

Please, add compatibility layer for s3 protocol seafile's webapi file/directory related. Thanks.

Auto completion is not working for html tags. It would be useful to integrate standard html/css suggestion module. Thanks.

feature request

Hi, function "Reset user password" in admin area can't send email because of error: ``` [WARNING] seahub.api2.endpoints.admin.users:1570 put local variable 'get_site_name' referenced before assignment ``` it seems related to following...

need test

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocuemntServer/issues?q=) and did not find an issue describing my bug. ### Operating System of DocumentServer Docker ### Version...

feature request

That line: [ ${props.colIndex === 0 ? 'disabled' : title}](https://github.com/frappe/datatable/blob/5c5aeed554b10f84b9e65406bea44b8d2bf9d7b0/src/rowmanager.js#L363) incorrectly handle absent serialNo column. Recommended change: `props.colIndex< this.datamanager.getStandardColumnCount()` Thanks.