-
Updated
Feb 6, 2020
backend
Here are 3,521 public repositories matching this topic...
-
Updated
Feb 6, 2020 - JavaScript
OctoberCMS Build: v1.0.462
validation.php lacks translation for the "extensions" rule which is used by FileUpload widget:
https://github.com/octobercms/october/blob/master/modules/backend/formwidgets/FileUpload.php#L435
I'm not good in English, so it's better to have it fixed by someone else. Thanks
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
Hey all, just wanted to contribute a working web.config for deployment of Cockpit on a free Azure web app... this is created in the root of the website. (in wwwroot)
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".css" mimeType="text/css; charset=UTF-8" />
<mimeMap fileExtension="woff" mi
I have an idea to implement pm2 as a start/stop/monitor server service, with a watcher activated in order to achieve an auto-restart function of the server every time a change is made in somebody's project. In that way we can save our users from the frustrating process of closing and reopening the server every time they add something new.
unify test setup
The direct message join message in the server protocol currently lets you initiate a DM topic with a single user ID at a time. You can send multiple of these messages - but one for each of the users you want to direct message.
It would be more efficient to allow multiple IDs to be specified in a single join message so you could take your friends list and/or group members list and create DM topi
This library is awesome and I am planning to use it in my application. I am wondering if I could suggest an enhancement which allows depoyment specific configuration variables using this library.
I am proposing to allow multiple .env files such as
.env: default file that contains configuration that is common across different deployment environments.env.stage: contains configurat
Hi,
In Symfony 5, I tried to implement CKEditor in EasyAdmin but it misses documentation.
Following with the documentation and using this config file, the CKEditor textarea isn't rendered.
easy_admin:
entities:
Post:
class: App\Entity\Post
list:
fields:
- { property: 'title' }
form:
As per Forest Docs, I expect Forest to send my API server a PUT request that I can then extract image data from. Instead Forest sends my API server a GET request with the image data in the URL. Nginx throws a 414 error because the URL string is too long.
How do I get Forest Admin to send me a PUT request as s
These files seems very helpful for reflection, could you please add some tests for them to show how to use the functions and also track they are not broken in later commits?
-
Updated
Feb 1, 2020 - Java
When on the "Label Faces" modal, the small face thumbnail on the top left is missing. When inspecting it looks like this:
<img auth="[object Object]" height="40" width="40" src="http://backend/media/faces/c5291c1156b701f0b5d4ff2cc10545a74_0.jpg" class="ui image">Note http://backend
I'm running this by checking out the dev branch and using docker-compose up.
I've twe
if one forget to add the 'label' property of a field, an error is thrown when the field is rendered.
if the 'label' proberty is empty, a tag is rendred - if the label is empty, there is no need to render the tag.
it is not possible to set the 'for' property of the tag
-
Updated
Feb 5, 2020
Describe the bug
I just signed up and went to the public templates section.
There is only one template shown (see screenshot).
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://cloud.lastbackend.com/templates#public'
- See error
Expected behavior
I was expecting a lot more, e.g. Wordpress, MongoDB, Bootstrap, PostgreSQL, Etherpad, Apache, CouchDB, SearX, wall
-
Updated
Feb 4, 2020 - Go
-
Updated
Feb 5, 2020 - JavaScript
I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.
Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.
Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).
Here are steps that build and deploy the project on current Debian.
-
Updated
Feb 5, 2020
As stated in the documentation "If authentication fails, HTTP status code 403 is returned. You can read more about authentication and see sample requests here."
This is the wrong response HTTP status code, since 403 means "Forbidden". This is opposed to the case where authentication fails. Here an authentication is required, the resource is generally not forbidden. The right HTTP status code woul
config.py contains code:
SECRET_KEY = os.getenvb(b"SECRET_KEY")
if not SECRET_KEY:
SECRET_KEY = os.urandom(32)
https://docs.python.org/3.6/library/os.html#os.getenvb
getenvb() is only available if supports_bytes_environ is True.
so possible change (windows as development platform) is:
if os.supports_bytes_environ:
SECRET_KEY = os.getenvb(b"SECRET_KEY", default=os
What problem does this feature solve?
In the past, Brotli was not supported on nodejs servers.
If I understand correctly, this is now supported since a few months : nodejs/node#20458
This PR dropped support for Brotli : nuxt-community/axios-module#180
Maybe it's time to revert this BR because Axios is supporting it too : https://github.com/ax
Improve this page
Add a description, image, and links to the backend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backend topic, visit your repo's landing page and select "manage topics."
I am trying to export a component, but I am getting permission error because of dependency on another account: