Skip to content
#

backend

Here are 3,521 public repositories matching this topic...

KutnerUri
KutnerUri commented Jan 12, 2020

I am trying to export a component, but I am getting permission error because of dependency on another account:

error: unable to export components to bit.frosting because they have dependencies on components in bitsrc.nodejs.
bit does not allow setting dependencies between components in private collections managed by different owners.
see troubleshooting at https://docs.bit.dev/docs/bit-d
october
jpgollnitz
jpgollnitz commented Jan 10, 2019

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
novabyte
novabyte commented Feb 16, 2017

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

mayanand
mayanand commented Oct 25, 2017

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
isleshocky77
isleshocky77 commented Jan 29, 2019

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

CRUD
lastbackend
rich-murphey
rich-murphey commented Aug 31, 2019

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.

leowe
leowe commented May 15, 2019

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

Improve this page

Add a description, image, and links to the backend topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backend topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.