Skip to content
#

gui

Here are 351 public repositories matching this topic...

shivpatel
shivpatel commented Dec 8, 2019

I'll try to PR updates to the README.md file. In the meantime, making this ticket with the correct directions for anyone trying to build the latest release for themselves:

  1. npm run pack. Quit the process once the webpack analyzer graphic pops up.
  2. node bin/pack.js
  3. Don't worry about Unhandled rejection Error: No identity found for signing. error.
  4. Packaged app ready at `dist/
gdbgui
ak1raxyz
ak1raxyz commented May 18, 2019

部署在服务端, AriaNg 1.1.0

Nginx 开启 add_header X-Content-Type-Options "nosniff" always; 后导致浏览器拒绝加载静态资源的错误, 具体看 console 提示:

Creating Application Cache with manifest https://example.com/aria2/index.manifest
example.com/:1 Application Cache Checking event
example.com/:1 Application Cache Downloading event
example.com/:1 Refused to apply style from 'https://example.com/aria2/css/bootstrap-3.4.
any35
any35 commented Mar 20, 2020

I was in trouble when managing my document with mongo express.

It cannot show the detail of a document which have number type id.

repro steps:

  1. insert a doc with a number type id
{
    "_id": 123456,
    "message": "another field"
}
  1. find the document we just insert above and click it
  2. an error is shown on the screen: Document not found!

can anybody help?

iTactBhavik
iTactBhavik commented Oct 19, 2019

QB1
When we add a custom input filter we get the below result when we click on preview SQL button
"AccountNumber = 'Val.Description'

but we need Value and Description in a separate property of object.
if it is possible let me know by sending en example or by referencing a link.
Thanks.

Hoshino-Hikari
Hoshino-Hikari commented Mar 2, 2020

在设置ssl证书之前可以连接aria2,但是上了ssl证书之后就不行了,aria2c运行正常

`
PS C:\Program Files (x128)\Aria2 1.34.0> .\aria2c.exe --conf-path=./aria2.conf

03/02 10:55:19 [WARN] Neither --rpc-secret nor a combination of --rpc-user and --rpc-passwd is set. This is insecure. It is extremely recommended to specify --rpc-secret with the adequate secrecy or now deprecated --rpc-user and --rpc-passwd.

03/02 10:55:19 [N

arwes
romelperez
romelperez commented May 7, 2019

For version 1.0.0-alpha.8, there was a major setup refactor and the CONTRIBUTING.md document is outdated.

  • The following sections need to be updated:
    • Conventions.
      • Linting tools and code conventions.
    • Architecture.
      • Packaging structure.
      • Module organization. Source, tests, sandboxes, and docs.
      • Component design patterns.
  • The section "Work
dexcalibur

Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.

  • Updated Jun 3, 2020
  • JavaScript
Sandstedt
Sandstedt commented Jun 16, 2019

Currently mojs-player creates an element in the top of body that looks like this:

<div id="icons">
  <svg ...>
    <path id="play-icon-shape" d="...">
    ...
  </svg>
</div>

This is for using svg elements as icons in the player controller.

Problem
When using mulitple instances of mojs-player on the same page, we get dublicates of these elements.

Solution
S

Improve this page

Add a description, image, and links to the gui 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 gui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.