Giter VIP home page Giter VIP logo

warp's Introduction

Warp logo

Win App Revamp Package

License RepoSize Commit DiscordInfo

WARP is a package of tools for Querying and Revamping a 32 bit Windows Application by means of JS (ECMA-262) Scripts.
The core tools were written in C++ utilizing the versatile Qt Framework, while the tools themselves provide APIs extending traditional JS for writing the scripts.

Wiki | Discord | Issues | Feature Requests | Changelog ---|---|---|---

What's included

The package follows the file hierarchy as shown below.

WARP/
│
├── README.md        (This readme file)
│
├── LICENSE          (GPL-3.0 license file)
│
├── ICON_attribution (Attribution for the tool icons & the logo)
│
├── Patches.yml      (YAML file describing all the patches)
│
├── Extensions.yml   (YAML file describing all the extensions)
│
├── Settings.yml     (YAML file containing all the tool settings)
│
├── LastSession.yml  (YAML session file from the last patch application)
│
├── Wiki/     (The Wiki's repository)
│
├── Fonts/    (All fonts contained in here are automatically loaded. NovaFlat is used as default.)
│   │
│   ├── NovaFlat-Bold.ttf
│   └── NovaFlat.ttf
│
├── Images/   (Contains all images used by the Tools.)
│   │
│   ├── Wiki (Images used in the Wiki)
│   │
│   ├── Dark_Mode (Overrides used in Dark Mode)
│   │   ├── bold_on.png
│   │   ├── error_header.png
│   │   ├── github_a.png
│   │   ├── github_i.png
│   │   ├── grip.png
│   │   ├── italic_on.png
│   │   ├── query_header.png
│   │   ├── success_header.png
│   │   └── warn_header.png
│   │
│   ├── actns_a.png
│   ├── actns_i.png
│   ├── ascend.png
│   ├── bold_off.png
│   ├── bold_on.png
│   ├── browse_a.png
│   ├── browse_i.png
│   ├── clear_a.png
│   ├── clear_i.png
│   ├── descend.png
│   ├── discord_a.png
│   ├── discord_i.png
│   ├── error_header.png
│   ├── extns_a.png
│   ├── extns_i.png
│   ├── github_a.png
│   ├── github_i.png
│   ├── grip.png
│   ├── info_a.png
│   ├── info_i.png
│   ├── italic_off.png
│   ├── italic_on.png
│   ├── logo.png
│   ├── next_a.png
│   ├── next_i.png
│   ├── prev_a.png
│   ├── prev_i.png
│   ├── query_header.png
│   ├── rcmd_i.png
│   ├── rcmd_s.png
│   ├── search.png
│   ├── success_header.png
│   └── warn_header.png
│
├── Scripts/
│   │
│   ├── Support/        (Contains all scripts which add supporting data & functions for Patches & Extensions.)
│   │   │
│   │   ├── Addons.qjs            (Implements addons to the existing Prototypes)
│   │   ├── AllDebug.qjs          (Implements functions used for debugging)
│   │   ├── AllFuncs.qjs          (Implements supporting functions)
│   │   ├── Class_IPrefix.qjs     (Represents Instruction Prefix)
│   │   ├── Class_Instr.qjs       (Represents Instruction)
│   │   ├── Class_ModRM.qjs       (Represents ModRM byte)
│   │   ├── Class_OpData.qjs      (Represents Operational Data)
│   │   ├── Class_PtrSize.qjs     (Represents Memory Pointer size)
│   │   ├── Class_Register.qjs    (Represents CPU register)
│   │   ├── Class_SIBase.qjs      (Represents SIB byte)
│   │   ├── Constants.qjs         (Commonly used constants)
│   │   ├── Instructions.qjs      (Generic instruction generators)
│   │   ├── Instructions_ST.qjs   (ST based instruction generators)
│   │   └── Instructions_XMM.qjs  (XMM based instruction generators)
│   │
│   ├── Patches/      (Contains all scripts implementing Patches)
│   │
│   ├── Extensions/   (Contains all scripts implementing Extensions)
│   │
│   └── Init/         (Contains all initialization scripts. Gets loaded each time an app is loaded)
│
├── Languages/   (Contains all Language description YAML files)
│                
├── Styles/      (Contains all Styling description YAML files)
│                
├── Inputs/      (Contains all input files for Patches & Extensions here)
│                
├── Outputs/     (Use this folder for generating files from Extensions & Patches)
│
└── <os_specific_folder>/    (Contains the tools along with DLL/SO files)

Supported Platforms

  • Windows (Only this version is available as of now but will be extended to other platforms later)

Quick Links

warp's People

Contributors

lemongrass3110 avatar neo-mind avatar sapitosucio avatar secretdataz avatar x-ecutionner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

warp's Issues

NewButtonVisibility patch is broken on newer clients.

Describe the bug
NewButtonVisibility patch is broken on newer clients.
In this case, I'm using 2021-01-07a ragexeRE.

To Reproduce
Try to hide some buttons on the client.

Expected behavior
It should hide the specific buttons.

[FEATURE] Opening To Service Select

Is your feature request related to a problem? Please describe.
Well latest client have this "Opening" button if you use WARP its quite useless unless there is this opening to service select.

Client Crashing [BUG]

Describe the bug
The client is crashing at login screen.

To Reproduce
1 - Diff the Hexed only using the reccomended patches.
2 - Open your client. (It show the error "ServiceType error")
3 - When you press enter after the Service Screen it will close your client at login screen.

Expected behavior
Show login screen to type your account and password to acess your server.

Additional Details (Complete all relevant items below)

  • Hexed used : 2013-12-30aRagexe // 2017-06-14 bRagexeRE
  • Windows 10
  • Hercules Emulator

[BUG] Extract msgstringtable

Describe the bug
It's giving an error to extract the msgstringtable, I tested it with client 2021-01-07 with the latest version of WARP

Screenshots
image

image

[BUG] Increase Digit Display

Describe the bug
Error when trying to apply the patch.
I tested with several customers 2020 and 2021 and none worked.

To Reproduce
image

[BUG] Custom ClientInfo file patch won't work on 2018-06-21

Describe the bug
Custom ClientInfo file patch won't work on 2018-06-21 RagexeRE.
The patch returns the error: "2nd reference missing".

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Custom ClientInfo file'
  2. Click on it and try to apply it to your client.
  3. See error "2nd reference missing"

Screenshots
WARP_0WXqto6dP3

Additional Details (Complete all relevant items below)

  • 'Custom ClientInfo file' Patch
  • Windows 10
  • 2018-06-21 RagexeRE Client

[BUG] Missing Translation Dismount Cart

Describe the bug
There's a missing translation on newer clients for the "Dismount Cart" selection menu.

To Reproduce
Steps to reproduce the behavior:

  1. Play as Mechanic
  2. Mount a Cart
  3. Mount a Mado Gear
  4. Open Equipment window
  5. Click the "off" button, a selection window appears with a missing translation for the cart

Expected behavior
Add the missing translation to the translation patch file.
Please note that i'm not aware about the client startDate.

  ##############################
  desc : Dismount Cart
  ##############################
  find : <C4 AB C6 AE 20 C7 D8 C1 A6>
  replace : "Dismount Cart"
  startDate : 20210107
  startDateRE : 20210107

Screenshots
image

Additional Details (Complete all relevant items below)

  • Patch/Extension name
    Close cutin on Esc key (CloseCutinOnEsc.qjs)
  • Client Version
    2021-01-07aRagexeRE
  • WARP Build Date
    c33d281
  • OS
    Win 10

Related Pull Request: #29

Ignore missing palette patch doesn't work

Ignore missing palette patch doesn't work on 2020-04-01b

Even though I have Read data Folder first patch applied and have palettes in it I error once I get to unofficial hair colors..
I am using Shared Body Palettes Unisex patch. (Also Doram doesn't work with shared palettes)

Also tried without, same result. But did work on nemo though.

Gives Fatal Error.

[FEATURE] Homun Auto Attack AI

Is your feature request related to a problem? Please describe.
Newer clients seems to fail on doing Homun Auto Attack. Such patch should be helpful.

[BUG] Read iconstateimginfo is broken

Describe the bug
IF you enable the patch to read the iconstates from the lub file, only a handful of them will show up.

example

visible:
silence

not visible:

  • concentration
  • blessing
  • agi up
  • potions

To Reproduce
Steps to reproduce the behavior:

  1. give yourself agi, bless or use a Concentration, Berserk or Awakening Potion when this patch is applied

Expected behavior
All states should show up

Screenshots
not really possible to show something here ^^

Additional Details (Complete all relevant items below)
I used the patch on a 2019-06-05-KRagexe.exe

[FEATURE] Restore Songs Effect

Is your feature request related to a problem? Please describe.
Restore Songs ground effect from NEMO. It gets removed from 2019+ client onwards.

[BUG] PR_SUFFRAGIUM is missing from SkillType.lub

Describe the bug
Suffragium is missing from SkillType.lub, so when enabling Custom Skill patches players cannot target other players without pressing shift.

To Reproduce
Steps to reproduce the behavior:

  1. Custom Player Skill patch
  2. Use Suffragium on a player or yourself (depends on pre-re or re mode)
  3. You can't target players or yourself without pressing shift

Expected behavior
You should be able to target players without pressing shift.

Screenshots
N/A

Additional Details (Complete all relevant items below)

[BUG] Exe.SetNOPs size over 0x7F

Exe.SetNOPs function fails when size is over 0x7F (127) probably the problem is in the transition
between "jmp short" (max -127, +127) to normal jmp.

[BUG] Remove Swap Button

Describe the bug
Adding this patch leads to game crash at costume area
Still using: 2019-03-22aRagexe

To Reproduce
Steps to reproduce the behavior:
I can open my alt + Q and see equips and title area, but when costume area is selected, it crashes

Tested with both no equips and with equips

here is crash log: https://pastebin.com/5mixDD60

Expected behavior
Should not crash

In Nemo, same client, no crash

Screenshots

Additional Details (Complete all relevant items below)

  • Patch/Extension name
  • Tool Feature
  • Build Dates affected
  • OS
  • Any other details relevant to the problem context

[BUG] Ignore Palette Errors

Describe the bug
It was applying and working, and now it stopped working, it doesn't apply.
Tested in client 2021-01-07 on lasted WARP git

Screenshots
image

GRF Encryption - File Not Found [BUG]

Describe the bug

When open your client. it will pop up a message saying "GRF Encryption - File not Found - The client executable is invalid. Encryption feature will be disabled. Error code: 0x02."

To Reproduce

Steps to reproduce the behavior:

  1. Diff your client using2017-06-14bRagexeRE using only the recommended patches...
  2. Open your client and it will show a message error "GRF Encryption - File not Found - The client executable is invalid. Encryption feature will be disabled. Error code: 0x02."

Expected behavior
Open your client without showing error.

Additional Details (Complete all relevant items below)

  • HEXED - 2017-06-14

[BUG] Close cutin on Esc key - Crash

Describe the bug
Client crashes if pressing ESC while a cutin is opened.

To Reproduce
Steps to reproduce the behavior:

  1. Apply the patch "Close cutin on Esc key"
  2. Go ingame and trigger a cutin.
  3. Left click the cutin to be sure that it's selected
  4. Press ESC to trigger the crash

Expected behavior
By pressing ESC, the cutin should close instead.

Additional Details (Complete all relevant items below)

  • Patch/Extension name
    Close cutin on Esc key (CloseCutinOnEsc.qjs)
  • Client Version
    2021-01-07aRagexeRE
  • WARP Build Date
    c33d281
  • OS
    Win 10

Add case-insensitive cash shop search patch

Is your feature request related to a problem? Please describe.
It would be nice to have this patch like the one that you have for the storage search
Describe the solution you'd like
As the title implies, search would be case-insensitive.

Additional context

[BUG] Client Crash - Hide packets from PEEK & BPE

Describe the bug
Since the latest updates, when "Hide packets from PEEK & BPE" is enabled, the client crashes as soon as you load into the map server (after selecting your character).

To Reproduce
Steps to reproduce the behavior:

  1. Enable the patch
  2. Login with your character
  3. See the gravity error

Expected behavior
No crash.

Additional Details (Complete all relevant items below)

  • Patch/Extension name
    Hide packets from PEEK & BPE
  • Build Dates affected
    Loaded Date: 20201229 (2021-01-07aRagexeRE.exe)
  • OS
    Win 64
  • Any other details relevant to the problem context
    Had no crashing issues with this patch enabled prior the latest batch of updates. Can't tell an exact date though.

[FEATURE] Colored digits

It would be possible to change the color of the digits.

Some examples of digits are:

  • Attack
  • Double Attack
  • Received Damage
  • Heal HP
  • Heal SP
  • Critical

Example

[BUG] NoMultiWindow breaks client

Describe the bug
The client won't start any longer with activated patch "Disable multiple windows".

To Reproduce
Steps to reproduce the behavior:

  1. Test with 2021-01-07aRagexeRE
  2. Apply patch "Disable multiple windows"
  3. The client won't start any longer.

Expected behavior
Run the client.

Additional Details (Complete all relevant items below)

  • Patch name
    NoMultiWindow
  • Build Dates affected
    1.4
  • OS
    win64
  • Any other details relevant to the problem context
    2021-01-07aRagexeRE (loaded date 20201229)

Enable Emblem Hover BG for old clients [BUG]

Describe the bug

I use 2010-07-30 Client and I can't enable this patch to show BG emblem over the head to play Battleground.

To Reproduce

There isn't the option to try this patch for old clients.

Expected behavior

Would be great to have this patch to enable emblem over head for Battlegrounds for old clients 2010 to 2012 clients because a lot of people use old clients to play pre-re server instead of using new clients and the Battleground is one of the best thing to do on Ragnarok on pre-renewal servers.

[BUG] Increase VIEWID

Describe the bug
Any viewID above 5999 results to crash
Client used: 2019-03-22 Ragexe

To Reproduce
when Increase Headgear ViewID Limit is applied

I tried to increase at 64000 as said in the max value can be
I tried 32000
I even tried 10000

Then from 10000 downwards I tried which value where it will not crash and found 5999 is the ceiling

Here is crash log: https://bit.ly/3fW7AsC

Expected behavior
It should not crash

Screenshots
If applicable, add screenshots to help explain your problem.

Additional Details (Complete all relevant items below)

  • Patch/Extension name Increase Headgear ViewID Limit
  • Tool Feature
  • Build Dates affected
  • OS
  • Any other details relevant to the problem context

[BUG] Camera Angle

Describe the bug
There seems to be a bug on all increase camera angle. Testing each one of them seems to show same minimum angle it can reach.

Additional Details (Complete all relevant items below)

  • Client Date: 2019-05-30
  • Client Type: Ragexe

[BUG] Custom Walk Delay doesn't apply

Describe the bug
Custom Walk Delay doesn't show any effect ingame.
Despite of what i set it to, the delay stays official.

To Reproduce
Steps to reproduce the behavior:

  1. Apply the patch "Custom Walk Delay" and set it to something low (100 for example)
  2. Go ingame and walk around quickly (left to right)
  3. The delay of being able to change direction persists, despite the patch being applied.

Expected behavior
Apply the patch properly to take effect.
When testing ingame, changing directions with a delay of 100 (equal to 100ms) should be basically instant with every click.

Additional Details (Complete all relevant items below)

  • Patch/Extension name
    Custom Walk Delay (WalkDelay.qis)
  • Client Version
    2021-01-07aRagexeRE
  • WARP Build Date
    c33d281
  • OS
    Win 10

The current patch from NEMO works to set a custom walk delay value for 2021-01-07aRagexeRE.

[BUG] Enable Multiple GRF

Describe the bug
It's a very simple bug, when using the 'Read Multigrf' patch on client version 2020-09-02bRagexeRE, it applies without error, but it doesn't work.

To Reproduce
Steps to reproduce the behavior:

  1. Just apply the patch on the informed client version, try to read more than 5 grf's, it won't.

I didn't get to test with less than 3 grfs.

Additional Details (Complete all relevant items below)

  • Patch/Extension name: Enable Multiple GRF
  • Build Dates affected: 2020-09-02bRagexeRE
  • OS: Win10 x 64

[BUG] 1st and 2nd Login Background Patch

Describe the bug
Patches Only 1st and 2nd Login Background patch patches fine but it never enforces what it should do, it still loads other login background.

To Reproduce
Steps to reproduce the behavior:

  1. Have the 12 files, t1_¹è°æ1-1.bmp-t1_¹è°æ3-4.bmp or t2_¹è°æ1-1.bmp-t2_¹è°æ3-4.bmp inside data\texture\À¯ÀúÀÎÅÍÆäÀ̽º.
  2. Use client ragexe 2019-05-30a
  3. Patch it with Only 1st Login Background or Only 2nd Login Background as well as Read Data Folder First
  4. Test it

Expected behavior
Display the correct login background depending on the patch.

[BUG] Increase Zoom Out Max

Describe the bug
When this patch is active, client zoom in distorts sprites. The higher the % zoom out, the greater the distortion

To Reproduce
Select any patch that increase zoom out.

Expected behavior
Game sprites must not distort when zooming in.

Screenshots
Without Any Zoom Out:
image

With Zoom Out Max apply:
image

Additional Details (Complete all relevant items below)

[FEATURE] Sakray - Enable Account Mails

Is your feature request related to a problem? Please describe.
Sakray clients have the Account-based "Notice" mailbox in RodEx disabled, so players can't access their account mails on their test server.
However that also means that if we use Sakray clients, we're entirely missing out on this feature because it can't be selected client-side.

Describe the solution you'd like
Compare base with sakray client, to create a patch that enables the ability to select the RodEx "Notice" Mailbox on Sakray clients.

Additional context
The translation of the mailbox is mostly refered to "Notice" or "Bulletin".
image

[Feature] Fix Shadow Cross / Abyss chaser attack animation

Is your feature request related to a problem? Please describe.
Test in ragexeRE2020-09-02b

  1. Shadow cross use Abyss chaser attack animation
  2. Abyss chaser use novice attack animation

it seem an incorrect of pointer that locate Shadowcross weapon animation on Abyss chaser file and Abyss chaser on novice file.

Describe the solution you'd like
make it locate to correct weapon file of job.

Custom Inventory Limit

Describe the bug
When using the Custom Inventory Limit patch, the client shows ascii characters instead of showing the actual maximum inventory capacity.

To Reproduce
Steps to reproduce the behavior:

  1. Use 2018-06-20eRagexe client to patch
  2. Select Custom Inventory Limit patch, set to 250. (I've also used 150 and 200. They show different characters)
  3. Use new patched client and check inventory.

Expected behavior
Show the actual maximum capacity instead of random characters.

Screenshots
This is what default looks like:
image

This is what the patched client looks like:

image

image

Additional Details (Complete all relevant items below)

  • Custom Inventory Limit
  • 1.2.0
  • Windows 10
  • Used custom fonts and font size

[BUG] Custom Shield Patch

Describe the bug
Applying the Custom Shield patch delivers everything it promises as intended, however, it breaks the appearance of Bows and Arrows. For Snipers, it won't show Bows on attack animations (but will on standing poses) nor arrows.
For Stalkers, it won't show the bow (or the arrows) at all.

To Reproduce
Steps to reproduce the behaviour:

  1. Apply Custom Shield Patch (Tested on 2018-06-21a-RagexeRE)
  2. Be a Sniper or Stalker
  3. Attack any monster with an Arrow equipped.

Expected behaviour
No changes on any WeaponTypes.

Screenshots
https://i.imgur.com/IeovwrP.gif

Additional Details (Complete all relevant items below)

  • Enable Custom Shields
  • 127 ID Limit
  • 2018-06-21a-RagexeRE
  • Windows 10 64bit

[FEATURE] Show damage in woe

When the hide_woe_dmg setting is enabled from the server side, the client only shows damage as a value of 1.

Would it have the possibility to show the real value?

[FEATURE] Add colors to items

Suggestion for adding lua file to apply colors to items, example of lua configuration

[2820] = 0xFF6600 // Orange

[BUG] Scream/Frostjoke not reading their text file

Describe the bug
Both data\ba_frostjoke.txt and data\dc_scream.txt exist yet client seems not reading the file. I'm not sure if this is a Client Bug or a Feature Request though.

Additional Details (Complete all relevant items below)

  • Client Date: 2019-05-30
  • Client Type: Ragexe

[BUG] Custom Vending Limit

Describe the bug
The custom vending limit patch is not working on clients 2021-01-07aRagexeRE
on NEMO this patch works normally there.

Screenshots
image

Custom window Title [BUG]

Describe the bug

When you enable this feature and open your client, it shows the new title with some unexpected words "//ro.hangame.com/login/loginstep..."

To Reproduce

Enable Custom window tittle, then open your client and look at your title you've chosen.

"Testing//ro.hangame.com/login/loginstep..."

Expected behavior

It should only shows the custom title you've chosen.

Additional Details (Complete all relevant items below)

  • Hexed used: 2010-07-30, 2013-12-30, 2014-03-05.
  • Windows 10
  • Hercules Emulator

[BUG] Moving the Directory of WARP causes an error

If you start WARP in a Directory, then move it will cause an error. I have executed it under Windows 7 Pro 64bit, first in
D:\Programs\Ragnarok-p-Server-Tools\WARP\WARP.EXE
And then i make a Folder for the Version Number and move ALL Files in there:
D:\Programs\Ragnarok-p-Server-Tools\WARP\Version-1.2.1\WARP.EXE
Because sometimes newer Version will have an Bug so i use the old ones. But when i try to use this tool that error appears"

TOOL ERROR
'D:/Programs/Ragnarok-p-Server-Tools/WARP/Patches.yml' is inaccessible

Is there anywhere a Configuration saved, in %appdata% or the Registry? Maybe a Button to reset may be cool AND a link to this page if you search for a newer version.

[FEATURE] Disable hardcoded client-side whitelist filter/validation for Homunculus and Mercenary skillids.

Many years ago, Gravity added a strict whitelist, hardcoded in the ragexe/sakexe, of what skillIDs the Homunculi and Mercenaries are allowed to use.

The request to use a skill, when made via the Lua AI API, before sending the packet of "Use X skill on Y target" to the server, has the skillID checked by the client against an inbuilt, hardcoded list of permitted/"valid" skillIDs.
Nowadays, even the emulators have the same check, redundantly, to ensure sanity/legitimacy of the packets, rendering workarounds via packet editing useless.

However, not all RO projects necessarily aim or desire to mimic Gravity's design strictly, and there are server owners who want to not have these restrictions in place, or to customize them to allow certain skills (e.g. allow AI-triggered Potion Pitcher player's skill auto-usage, but disallow AI-triggered player's Fire Bolt usage).
So far, no one has publicly made this patch, and from my own years-long research, not even in more closed gamehacking communities.

Describe the solution you'd like
Creation of a patch that either disables this check completely, or makes the skillID whitelist filter to not read the hardcoded values, and instead read a customizable external txt/LUA file with the permitted IDs.

Thank you!

[FEATURE] Load/Save Patch Selection

Is your feature request related to a problem? Please describe.
Currently the only way how you can patch an exe with the same patches like in a previous session is by using the file PreviousSession.yml

if you wanna test specific features you have to make a copy of this file, and manually replace PreviousSession with the backuped version when you wanna go back to a previous version which is not the last one.

Describe the solution you'd like
implement 2 buttons

  1. Load Custom File
  2. Save Session As...

[BUG] Allow 65k Hair Styles

Describe the bug
The client is crashing when I activate this patch on client 2021-01-07aRagexeRE, if I disable the client it opens normally.

Screenshots
image

[BUG] Cash Shop Unknown Items and Prices

Describe the bug
I'm using a 2019-03-22aRagexe and the cash shop looks like this:

To Reproduce
Steps to reproduce the behavior:
The only patch I have applied for the cash shop is:

  • Use Default Web Browser in Cash Shop

I even tried to not apply it but still the same.
I tried applying other patch as well for cash shop but still the same happens.

Expected behavior
A clear and concise description of what you expected to happen.
With Nemo:

Additional Details (Complete all relevant items below)

  • Patch/Extension name

  • Tool Feature

  • Build Dates affected

  • OS

  • Any other details relevant to the problem context

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.