-
Updated
Jul 9, 2022 - JavaScript
Self-hosted
There are two distinct, commonly used definitions of self-hosted:
- A network service that is run on a server that is controlled by the user of that service.
- A computer program that can produce new versions of that same program (e.g. a compiler that can compile its own source code or an operating system that can be used to compile itself).
Here are 1,493 public repositories matching this topic...
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 9, 2022 - Go
Description
This PR fixes the issue where compact property does not work for menu widget and menu type in table widget.
The CSS for compact property were getting overridden by some popover CSS
Fixes #13583
Type of change
- Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
- Manually tested
Checklist:
- My code follows the style g
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Jul 5, 2022 - Python
Environment
Development
What is the expected behavior?
In the inspector, the initial show value of Modal Widget inside components should be false
What is the current behavior?
In the inspector, the initial value show value of the Modal Widget inside components is Null
How to reproduce the issue?
- Drag the Modal widget in the editor
- Open the Inspector from the top
-
Updated
Jul 9, 2022 - Go
-
Updated
Jul 9, 2022 - Java
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
Update about page
Enables minimum set of checkers initially
- gofmt
- goimports
- staticcheck
- misspell
TODO: Each of these require some code changes so, it's ideal to add one after other
- gosec
- govet
- errcheck
- gocritic
- revive
- deadcode
- gosimple
- ineffassign
- depguard
- errorlint
- structcheck
- varcheck
- unused
-
Updated
Jul 6, 2022 - PHP
-
Updated
Jul 8, 2022 - Vue
-
Updated
Jul 7, 2022
Right now we offer "Mastodon", but Mastodon is not the Fediverse. While a part of me wants to remove the "Mastodon" option completely, because Mastodon is a piece of software, not a network, many people mistakenly call the Fediverse "Mastodon", so I'll leave it and encourage people to use a new "Fediverse" option instead.
-
Updated
Jul 8, 2022
-
Updated
Mar 1, 2022 - Go
-
Updated
Jul 9, 2022 - Shell
More custom services
Homer supports custom services, and provides a template to easily add new ones.
It could be great to add some more. Before starting to work on a custom service please open an issue to describe your idea and discuss about it.
Some ide
New built-in theme
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Jun 26, 2022 - Rust
-
Updated
Jul 8, 2022 - Python
-
Updated
Nov 2, 2021 - C#
I don't know if this closing error prompt is necessary,But at least it had an impact on my troubleshooting of environmental errors,Please evaluate whether you need to remove the '@'.
be located ./app/Services/ExportService.php:170
$zip_file = @tempnam('/tmp', 'zip');
如题
- Wikipedia
- Wikipedia
Go on the documentation at this page : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesGet
Or use one of the SDKs.
Example with dart sdk :
Databases(client, databaseId: 'test').get()return Collection object instead of Database object.GET and UPDATE method return
Databaseobject.