-
Updated
Feb 20, 2020
backend
Here are 3,569 public repositories matching this topic...
-
Updated
Feb 20, 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
-
Updated
Feb 19, 2020 - Java
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
-
Updated
Feb 19, 2020 - Python
It will be good to add some explanation in the documentation at the part "Integrating CKFinder" :
To use the "CKFinderFileChooserType" you have to use the 'type_options' 'block_name' : 'ckfinder_file_chooser_widget' and adding in 'form_theme' : '@CKSourceCKFinder/Form/fields.html.
-
Updated
Feb 15, 2020 - HTML
Expected behavior
Order of the fields is saved after app restart, as it should be according to the documentation.
https://docs.forestadmin.com/documentation/reference-guide/views/using-the-layout-editor-mode/customizing-the-table-view#show-hide-fields
Actual behavior
I was able to save successfully the order of fields locally.
However, while I’m trying to make it on production I
-
Updated
Feb 18, 2020 - Java
-
Updated
Feb 20, 2020
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 19, 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
Confusing licence
-
Updated
Feb 19, 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 19, 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."

Description
Bit does not generate docs for React TS components.
for example:
https://bit.dev/eden/react-ts-demo
Specifications
Context and additional inf